Update `netservices` and `cyphernet` dependencies
modified Cargo.lock
@@ -613,9 +613,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -637,9 +637,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1901,9 +1901,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3103,9 +3103,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-crypto/Cargo.toml
@@ -17,7 +17,7 @@ ssh = ["radicle-ssh", "ssh-key"]
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/Cargo.toml
@@ -17,14 +17,14 @@ byteorder = { version = "1" }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/wire/protocol.rs
@@ -47,6 +47,9 @@ pub const NOISE_XK: HandshakePattern = HandshakePattern {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -885,9 +888,12 @@ pub fn dial<G: Signer + Ecdh<Pk = NodeId>>(
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/Cargo.toml
@@ -15,7 +15,7 @@ test = ["qcheck", "radicle-crypto/test"]
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|