From 49e97fb414c856f1b333899da2d4c5d9334bf806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 01:06:39 +0000 Subject: [PATCH] Update socks5-impl requirement from 0.5 to 0.6 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/commits) --- updated-dependencies: - dependency-name: socks5-impl 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 7a2fd36..5c0dc6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ ipstack = { version = "0.1" } log = { version = "0.4", features = ["std"] } mimalloc = { version = "0.1", default-features = false, optional = true } percent-encoding = "2" -socks5-impl = { version = "0.5" } +socks5-impl = { version = "0.6" } thiserror = "2" tokio = { version = "1", features = ["full"] } tokio-util = "0.7"