mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-25 00:06:05 +00:00
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:
parent
ae3a4e18d3
commit
49e97fb414
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue