Merge pull request #1738 from comit-network/dependabot/cargo/tokio-socks-0.5.2

build(deps): bump tokio-socks from 0.5.1 to 0.5.2
This commit is contained in:
Byron Hambly 2024-07-29 19:37:28 +02:00 committed by GitHub
commit 21f26a5b44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated
View File

@ -4841,9 +4841,9 @@ dependencies = [
[[package]]
name = "tokio-socks"
version = "0.5.1"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0"
checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
dependencies = [
"either",
"futures-util",