Skip to content

Commit 18e78a6

Browse files
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] <[email protected]>
1 parent f40b800 commit 18e78a6

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
@@ -21,7 +21,7 @@ hickory-proto = "0.24"
2121
log = "0.4"
2222
moka = { version = "0.12", default-features = false, features = ["future"] }
2323
rand = "0.8"
24-
socks5-impl = "0.5"
24+
socks5-impl = "0.6"
2525
tokio = { version = "1", features = ["full"] }
2626
tokio-util = "0.7"
2727

0 commit comments

Comments
 (0)