Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive authored Dec 17, 2024
1 parent 18e78a6 commit 9f585fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ hickory-proto = "0.24"
log = "0.4"
moka = { version = "0.12", default-features = false, features = ["future"] }
rand = "0.8"
socks5-impl = "0.6"
socks5-impl = { version = "0.6", default-features = false, features = [
"client",
] }
tokio = { version = "1", features = ["full"] }
tokio-util = "0.7"

Expand Down

0 comments on commit 9f585fa

Please sign in to comment.