node: patch dependencies fixing tor/socks5 support
7 files changed
+44
-31
72db6dd7
→
153be9ed
modified Cargo.lock
@@ -629,8 +629,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -640,9 +639,8 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -652,9 +650,8 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1623,13 +1620,14 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1683,9 +1681,9 @@ checksum = "baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401"
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1758,6 +1756,9 @@ name = "log"
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1857,14 +1858,14 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1881,8 +1882,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -3019,9 +3019,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3029,9 +3029,8 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -3695,6 +3694,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified Cargo.toml
@@ -34,3 +34,11 @@ resolver = "2"
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified radicle-crypto/Cargo.toml
@@ -17,7 +17,7 @@ ssh = ["radicle-ssh", "ssh-key"]
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/Cargo.toml
@@ -19,14 +19,14 @@ byteorder = { version = "1" }
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/tests/e2e.rs
@@ -36,7 +36,7 @@ mod config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/wire/protocol.rs
@@ -16,8 +16,8 @@ use cyphernet::proxy::socks5;
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -66,7 +66,7 @@ pub enum Control {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/Cargo.toml
@@ -17,7 +17,7 @@ logger = ["colored", "chrono"]
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|