We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40b800 commit 7fb9d47Copy full SHA for 7fb9d47
Cargo.toml
@@ -21,7 +21,9 @@ hickory-proto = "0.24"
21
log = "0.4"
22
moka = { version = "0.12", default-features = false, features = ["future"] }
23
rand = "0.8"
24
-socks5-impl = "0.5"
+socks5-impl = { version = "0.6", default-features = false, features = [
25
+ "client",
26
+] }
27
tokio = { version = "1", features = ["full"] }
28
tokio-util = "0.7"
29
0 commit comments