From b0dd83b2d4a6d93ac29f3cf8e11b8d405f04ef51 Mon Sep 17 00:00:00 2001 From: Jonathan Alter Date: Tue, 20 Aug 2024 18:32:17 -0500 Subject: [PATCH] chore: bump tokio-socks to 0.5.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2d7f65ce7..8ec92ed7a 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"] }