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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-16 01:06:39 +00:00 committed by GitHub
parent ae3a4e18d3
commit 49e97fb414
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ ipstack = { version = "0.1" }
log = { version = "0.4", features = ["std"] }
mimalloc = { version = "0.1", default-features = false, optional = true }
percent-encoding = "2"
socks5-impl = { version = "0.5" }
socks5-impl = { version = "0.6" }
thiserror = "2"
tokio = { version = "1", features = ["full"] }
tokio-util = "0.7"