From 45050344f4cfc7b256619da622cde2bcf222dc83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 00:11:11 +0000 Subject: [PATCH] Update socks5-impl requirement from 0.7 to 0.8 Updates the requirements on [socks5-impl](https://github.com/ssrlive/socks5-impl) to permit the latest version. - [Release notes](https://github.com/ssrlive/socks5-impl/releases) - [Commits](https://github.com/ssrlive/socks5-impl/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: socks5-impl dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"