diff --git a/Cargo.toml b/Cargo.toml index 85f83f8..0889ffe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ mimalloc = { version = "0.1", default-features = false, optional = true } percent-encoding = "2" serde = { version = "1", features = ["derive"] } shlex = "1.3.0" -socks5-impl = { version = "0.7", default-features = false, features = [ +socks5-impl = { version = "0.8", default-features = false, features = [ "tokio", "serde" ] } thiserror = "2"