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

This commit is contained in:
dependabot[bot] 2025-05-01 08:30:43 +08:00 committed by GitHub
parent 54f7dbc81b
commit cf4a565f93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"