Skip to content

Commit 7fb9d47

Browse files
Update socks5-impl requirement from 0.5 to 0.6 (#2)
1 parent f40b800 commit 7fb9d47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ hickory-proto = "0.24"
2121
log = "0.4"
2222
moka = { version = "0.12", default-features = false, features = ["future"] }
2323
rand = "0.8"
24-
socks5-impl = "0.5"
24+
socks5-impl = { version = "0.6", default-features = false, features = [
25+
"client",
26+
] }
2527
tokio = { version = "1", features = ["full"] }
2628
tokio-util = "0.7"
2729

0 commit comments

Comments
 (0)