Skip to content

Commit

Permalink
Update socks5-impl requirement from 0.5 to 0.6
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent f40b800 commit 18e78a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ hickory-proto = "0.24"
log = "0.4"
moka = { version = "0.12", default-features = false, features = ["future"] }
rand = "0.8"
socks5-impl = "0.5"
socks5-impl = "0.6"
tokio = { version = "1", features = ["full"] }
tokio-util = "0.7"

Expand Down

0 comments on commit 18e78a6

Please sign in to comment.