diff --git a/Cargo.lock b/Cargo.lock index fde3a125a..e439b3ee0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -355,7 +355,7 @@ dependencies = [ "sha1", "sync_wrapper 1.0.1", "tokio", - "tokio-tungstenite 0.24.0", + "tokio-tungstenite", "tower 0.5.1", "tower-layer", "tower-service", @@ -1265,7 +1265,7 @@ dependencies = [ "tar", "thiserror", "tokio", - "tokio-tungstenite 0.24.0", + "tokio-tungstenite", "toml", "tracing", "tracing-subscriber", @@ -1394,7 +1394,7 @@ dependencies = [ "thiserror", "time", "tokio", - "tokio-tungstenite 0.24.0", + "tokio-tungstenite", "toml", "tower-http", "tracing", @@ -1439,7 +1439,7 @@ dependencies = [ "serde_with", "thiserror", "tokio", - "tokio-tungstenite 0.23.1", + "tokio-tungstenite", "tracing", "tracing-subscriber", "wasm-bindgen", @@ -4484,18 +4484,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "tokio-tungstenite" -version = "0.23.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6989540ced10490aaf14e6bad2e3d33728a2813310a0c71d1574304c49631cd" -dependencies = [ - "futures-util", - "log", - "tokio", - "tungstenite 0.23.0", -] - [[package]] name = "tokio-tungstenite" version = "0.24.0" @@ -4505,7 +4493,7 @@ dependencies = [ "futures-util", "log", "tokio", - "tungstenite 0.24.0", + "tungstenite", ] [[package]] @@ -4765,24 +4753,6 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" -[[package]] -name = "tungstenite" -version = "0.23.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e2e2ce1e47ed2994fd43b04c8f618008d4cabdd5ee34027cf14f9d918edd9c8" -dependencies = [ - "byteorder", - "bytes", - "data-encoding", - "http 1.1.0", - "httparse", - "log", - "rand", - "sha1", - "thiserror", - "utf-8", -] - [[package]] name = "tungstenite" version = "0.24.0" diff --git a/stdlib b/stdlib index 7cde4e789..f3d68931c 160000 --- a/stdlib +++ b/stdlib @@ -1 +1 @@ -Subproject commit 7cde4e7895afe3dc00694f9b3aba6dc4b3223eaa +Subproject commit f3d68931ccbc9df37038b0246baf8ffeb7d693d2