mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-27 04:07:11 +00:00
Update socks5-impl requirement from 0.6 to 0.7 (#201)
Some checks failed
Push or PR / Check semver (push) Has been cancelled
Push or PR / build_n_test (macos-latest) (push) Has been cancelled
Push or PR / build_n_test (ubuntu-latest) (push) Has been cancelled
Push or PR / build_n_test (windows-latest) (push) Has been cancelled
Push or PR / build_n_test_android (push) Has been cancelled
Push or PR / build_n_test_ios (push) Has been cancelled
Integration Tests / Proxy Tests (push) Has been cancelled
Some checks failed
Push or PR / Check semver (push) Has been cancelled
Push or PR / build_n_test (macos-latest) (push) Has been cancelled
Push or PR / build_n_test (ubuntu-latest) (push) Has been cancelled
Push or PR / build_n_test (windows-latest) (push) Has been cancelled
Push or PR / build_n_test_android (push) Has been cancelled
Push or PR / build_n_test_ios (push) Has been cancelled
Integration Tests / Proxy Tests (push) Has been cancelled
This commit is contained in:
parent
54f7dbc81b
commit
cf4a565f93
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ log = { version = "0.4", features = ["std"] }
|
|||
mimalloc = { version = "0.1", default-features = false, optional = true }
|
||||
percent-encoding = "2"
|
||||
shlex = "1.3.0"
|
||||
socks5-impl = { version = "0.6", default-features = false, features = [
|
||||
socks5-impl = { version = "0.7", default-features = false, features = [
|
||||
"tokio",
|
||||
] }
|
||||
thiserror = "2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue