diff --git a/Cargo.toml b/Cargo.toml index 9a6cdb0..6e20672 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ env_logger = "0.11" hickory-proto = "0.24" log = "0.4" moka = { version = "0.12", default-features = false, features = ["future"] } -rand = "0.8" +rand = "0.9" socks5-impl = { version = "0.6", default-features = false, features = [ "client", ] }