From d7d81de7ce68770a4ff18aafff94b069a2c5f939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 00:33:05 +0000 Subject: [PATCH] Update socks5-impl requirement from 0.8.3 to 0.9.0 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.8.3...v0.9.0) --- updated-dependencies: - dependency-name: socks5-impl dependency-version: 0.9.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 9f98705..2eb67c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ log = { version = "0.4.30", features = ["std"] } percent-encoding = "2.3.2" serde = { version = "1.0.228", features = ["derive"] } shlex = "2.0.1" -socks5-impl = { version = "0.8.3", default-features = false, features = [ +socks5-impl = { version = "0.9.0", default-features = false, features = [ "tokio", "serde", ] }