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 bd625e3 commit c9371a3Copy full SHA for c9371a3
Cargo.toml
@@ -23,7 +23,7 @@ log = "0.4"
23
moka = { version = "0.12", default-features = false, features = ["future"] }
24
percent-encoding = "2"
25
rand = "0.9"
26
-socks5-impl = { version = "0.7", default-features = false, features = [
+socks5-impl = { version = "0.8", default-features = false, features = [
27
"client",
28
] }
29
tokio = { version = "1", features = ["full"] }
0 commit comments