diff --git a/Cargo.toml b/Cargo.toml index 044757de8..fdf61732d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -154,7 +154,7 @@ async-compression = { version = "0.4.0", default-features = false, features = [" tokio-util = { version = "0.7.9", default-features = false, features = ["codec", "io"], optional = true } ## socks -tokio-socks = { version = "0.5.1", optional = true } +tokio-socks = { version = "0.5.2", optional = true } ## hickory-dns hickory-resolver = { version = "0.24", optional = true, features = ["tokio-runtime"] }