Skip to content

Commit c9371a3

Browse files
Update socks5-impl requirement from 0.7 to 0.8 (#15)
1 parent bd625e3 commit c9371a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ log = "0.4"
2323
moka = { version = "0.12", default-features = false, features = ["future"] }
2424
percent-encoding = "2"
2525
rand = "0.9"
26-
socks5-impl = { version = "0.7", default-features = false, features = [
26+
socks5-impl = { version = "0.8", default-features = false, features = [
2727
"client",
2828
] }
2929
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)