Skip to content

Commit

Permalink
Update socks5-impl requirement from 0.5 to 0.6 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent bc40a2b commit 0f4d90a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ regex = { version = "1.10", optional = true }
serde = { version = "1.0", optional = true }
serde_derive = { version = "1.0", optional = true }
serde_json = { version = "1.0", optional = true }
socks5-impl = { version = "0.5", optional = true }
socks5-impl = { version = "0.6", default-features = false, features = [
"client",
"server",
], optional = true }
tokio = { version = "1", features = ["full"], optional = true }

[[bin]]
Expand Down

0 comments on commit 0f4d90a

Please sign in to comment.