From d42d16c7058812439111d650efa5aa05ee8c839a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 7 Oct 2020 09:48:17 +0300 Subject: [PATCH] Update tokio-socks dependency to 0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c67eda..80baa32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ async-compression = { version = "0.3.0", default-features = false, features = [" ## socks -tokio-socks = { version = "0.2", optional = true } +tokio-socks = { version = "0.3", optional = true } ## trust-dns trust-dns-resolver = { version = "0.19", optional = true }