diff --git a/Cargo.toml b/Cargo.toml index 177d0fd..1de593b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ hickory-proto = "0.25" log = "0.4" moka = { version = "0.12", default-features = false, features = ["future"] } percent-encoding = "2" -rand = "0.9" +rand = "0.10" socks5-impl = { version = "0.8", default-features = false, features = [ "client", ] }