diff --git a/Cargo.lock b/Cargo.lock index 7c140a2..70f1b36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5357,7 +5357,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.7", + "socket2 0.4.10", "tokio", "tower-service", "tracing", @@ -6067,7 +6067,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -17321,9 +17321,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" +checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" dependencies = [ "futures-core", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index 9a697cd..1833d29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,7 @@ time = { version = "0.3" } tiny-keccak = { version = "2.0.2" } tokio = { version = "1.37.0", default-features = false } tokio-retry = { version = "0.3.0" } -tokio-stream = { version = "0.1.14" } +tokio-stream = { version = "0.1.17" } tokio-test = { version = "0.4.2" } tokio-tungstenite = { version = "0.20.1" } tokio-util = { version = "0.7.8" }