From 7fb9d47fd9eafc8e12d4a4d9842bc24afa1e7ee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:42:14 +0800 Subject: [PATCH 1/2] Update socks5-impl requirement from 0.5 to 0.6 (#2) --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c883d9e..f890e46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,9 @@ hickory-proto = "0.24" log = "0.4" moka = { version = "0.12", default-features = false, features = ["future"] } rand = "0.8" -socks5-impl = "0.5" +socks5-impl = { version = "0.6", default-features = false, features = [ + "client", +] } tokio = { version = "1", features = ["full"] } tokio-util = "0.7" From 60022e1b174138434fd77a321f7c6d2fc103edcb Mon Sep 17 00:00:00 2001 From: ssrlive <30760636+ssrlive@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:43:36 +0800 Subject: [PATCH 2/2] Bump version 0.1.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f890e46..9a6cdb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dns2socks" -version = "0.1.7" +version = "0.1.8" edition = "2021" license = "MIT" repository = "https://github.com/ssrlive/dns2socks"