Skip to content

Commit 067b68f

Browse files
chore(deps): update fast-socks5 requirement from 0.10 to 1.0
Updates the requirements on [fast-socks5](https://github.com/dizda/fast-socks5) to permit the latest version. - [Release notes](https://github.com/dizda/fast-socks5/releases) - [Changelog](https://github.com/dizda/fast-socks5/blob/master/CHANGELOG.md) - [Commits](dizda/fast-socks5@v0.10.0...v1.0.0) --- updated-dependencies: - dependency-name: fast-socks5 dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 22198bb commit 067b68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ wasm-bindgen-futures = "0.4.19"
8686
anyhow = "1"
8787
console-subscriber = "0.4"
8888
criterion = { version = "0.5", features = ["async_tokio", "html_reports"] }
89-
fast-socks5 = "0.10"
89+
fast-socks5 = "1.0"
9090
futures = { version = "0.3.14", default-features = false, features = ["std"] }
9191
pprof = { version = "0.15", features = ["flamegraph", "criterion"] }
9292
socket2 = "0.6.0"

0 commit comments

Comments
 (0)