From 0771fa710ab77a0601b4834e54f73712f7c9714b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 21:54:32 +0000 Subject: [PATCH] chore(cargo): bump fast-socks5 from 0.10.0 to 1.0.0 Bumps [fast-socks5](https://github.com/dizda/fast-socks5) from 0.10.0 to 1.0.0. - [Release notes](https://github.com/dizda/fast-socks5/releases) - [Changelog](https://github.com/dizda/fast-socks5/blob/master/CHANGELOG.md) - [Commits](https://github.com/dizda/fast-socks5/compare/v0.10.0...v1.0.0) --- updated-dependencies: - dependency-name: fast-socks5 dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c11f26b6e2..b39b560b8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1971,13 +1971,14 @@ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" [[package]] name = "fast-socks5" -version = "0.10.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d09fe4a491909a716088083eeb5bcc25427330fdbcd4ecd3dfa5469b3da795df" +checksum = "9545787d8304a71e1bf1b711705070a4c400cce9b332c4a11800627b7c9a2067" dependencies = [ "anyhow", "async-trait", "log", + "socket2 0.5.9", "thiserror 1.0.69", "tokio", "tokio-stream",