Skip to content

Commit

Permalink
chore: bump tokio-socks to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaltaire committed Sep 9, 2024
1 parent b59b5e1 commit 9d68ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ async-compression = { version = "0.4.0", default-features = false, features = ["
tokio-util = { version = "0.7.9", default-features = false, features = ["codec", "io"], optional = true }

## socks
tokio-socks = { version = "0.5.1", optional = true }
tokio-socks = { version = "0.5.2", optional = true }

## hickory-dns
hickory-resolver = { version = "0.24", optional = true, features = ["tokio-runtime"] }
Expand Down

0 comments on commit 9d68ded

Please sign in to comment.