We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee11481 commit d93a046Copy full SHA for d93a046
Cargo.toml
@@ -70,7 +70,7 @@ regex = { version = "1.10", optional = true }
70
serde = { version = "1.0", optional = true }
71
serde_derive = { version = "1.0", optional = true }
72
serde_json = { version = "1.0", optional = true }
73
-socks5-impl = { version = "0.7", default-features = false, features = [
+socks5-impl = { version = "0.8", default-features = false, features = [
74
"client",
75
"server",
76
], optional = true }
0 commit comments