From b463b602a963eeb902fdd49314b6f3fa86eb10b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 21:10:21 +0000 Subject: [PATCH] cargo: bump fast-socks5 from 0.4.2 to 0.4.3 Bumps [fast-socks5](https://github.com/dizda/fast-socks5) from 0.4.2 to 0.4.3. - [Release notes](https://github.com/dizda/fast-socks5/releases) - [Commits](https://github.com/dizda/fast-socks5/compare/v0.4.2...v0.4.3) --- updated-dependencies: - dependency-name: fast-socks5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cdac87796..840f7a870 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1519,9 +1519,9 @@ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" [[package]] name = "fast-socks5" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c1955b65d95243f547eb1d1ee6e5ce75ecf6daaeb72b08cd6c66e549d6d88e1" +checksum = "ba337793c1ee49731350a8d971d791651ed51d6e814ab4ddabd79c12b5366140" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 6f6809cf7..c0d54aea4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ thiserror = "1.0.26" toml = "0.5.6" url = "2.2.2" uuid = { version = "0.8", features = ["serde", "v4"] } -fast-socks5 = "0.4.2" +fast-socks5 = "0.4.3" humansize = "1.1.1" [dev-dependencies]