diff --git a/Cargo.toml b/Cargo.toml index 7a2fd36..5c0dc6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ ipstack = { version = "0.1" } log = { version = "0.4", features = ["std"] } mimalloc = { version = "0.1", default-features = false, optional = true } percent-encoding = "2" -socks5-impl = { version = "0.5" } +socks5-impl = { version = "0.6" } thiserror = "2" tokio = { version = "1", features = ["full"] } tokio-util = "0.7"