Browse Source
Update socks5-impl requirement from 0.8.3 to 0.9.0 (#257)
pull/258/head
dependabot[bot]
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
Cargo.toml
|
|
@ -43,7 +43,7 @@ log = { version = "0.4.30", features = ["std"] } |
|
|
percent-encoding = "2.3.2" |
|
|
percent-encoding = "2.3.2" |
|
|
serde = { version = "1.0.228", features = ["derive"] } |
|
|
serde = { version = "1.0.228", features = ["derive"] } |
|
|
shlex = "2.0.1" |
|
|
shlex = "2.0.1" |
|
|
socks5-impl = { version = "0.8.3", default-features = false, features = [ |
|
|
socks5-impl = { version = "0.9.0", default-features = false, features = [ |
|
|
"tokio", |
|
|
"tokio", |
|
|
"serde", |
|
|
"serde", |
|
|
] } |
|
|
] } |
|
|
|