cargo: Update `cyphernet` from 0.5.2 to 0.5.3
modified Cargo.lock
@@ -714,9 +714,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -738,9 +738,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3977,9 +3977,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified Cargo.toml
@@ -25,8 +25,8 @@ bytes = "1.11.1"
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-crypto/src/lib.rs
@@ -138,7 +138,7 @@ impl TryFrom<String> for Signature {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -154,12 +154,28 @@ impl TryFrom<String> for Signature {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -176,7 +192,7 @@ impl cyphernet::display::MultiDisplay<cyphernet::display::Encoding> for PublicKe
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -185,24 +201,24 @@ impl cyphernet::EcPk for PublicKey {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -214,7 +230,8 @@ impl SecretKey {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -291,18 +308,6 @@ pub enum PublicKeyError {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -323,13 +328,19 @@ impl fmt::Debug for PublicKey {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -337,7 +348,7 @@ impl TryFrom<&[u8]> for PublicKey {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -352,7 +363,7 @@ impl PublicKey {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -387,7 +398,7 @@ impl FromStr for PublicKey {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -402,14 +413,6 @@ impl TryFrom<String> for PublicKey {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified crates/radicle-crypto/src/ssh.rs
@@ -43,7 +43,9 @@ impl ExtendedSignature {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-crypto/src/ssh/agent.rs
@@ -125,7 +125,7 @@ impl Agent {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -191,7 +191,6 @@ mod test {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -216,7 +215,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -251,7 +250,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-crypto/src/ssh/keystore.rs
@@ -332,7 +332,7 @@ impl MemorySigner {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -345,7 +345,7 @@ impl MemorySigner {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-crypto/src/test/arbitrary.rs
@@ -18,6 +18,6 @@ impl Arbitrary for PublicKey {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
modified crates/radicle-crypto/src/test/signer.rs
@@ -27,7 +27,9 @@ impl signature::Signer<Signature> for MockSigner {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-node/src/fingerprint.rs
@@ -68,7 +68,7 @@ impl Fingerprint {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -86,7 +86,7 @@ impl Fingerprint {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-protocol/src/wire.rs
@@ -175,7 +175,7 @@ impl Encode for u64 {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/test/arbitrary.rs
@@ -238,7 +238,8 @@ impl Arbitrary for Address {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|