Skip to content

Commit 432db93

Browse files
Update socks5-impl requirement from 0.7 to 0.8
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](tun2proxy/socks5-impl@v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: socks5-impl dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 40a3f03 commit 432db93

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
@@ -23,7 +23,7 @@ log = "0.4"
2323
moka = { version = "0.12", default-features = false, features = ["future"] }
2424
percent-encoding = "2"
2525
rand = "0.9"
26-
socks5-impl = { version = "0.7", default-features = false, features = [
26+
socks5-impl = { version = "0.8", default-features = false, features = [
2727
"client",
2828
] }
2929
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)