Browse Source

Update socks5-impl requirement from 0.6 to 0.7 (#201)

pull/203/head
dependabot[bot] 1 year ago
committed by GitHub
parent
commit
cf4a565f93
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      Cargo.toml

2
Cargo.toml

@ -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…
Cancel
Save