diff --git a/Cargo.lock b/Cargo.lock index 3967e85f4..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.23.1", + "tokio-tungstenite", "toml", "tracing", "tracing-subscriber", @@ -1394,7 +1394,7 @@ dependencies = [ "thiserror", "time", "tokio", - "tokio-tungstenite 0.23.1", + "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/crates/core/Cargo.toml b/crates/core/Cargo.toml index 635c53689..c337bda89 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -57,7 +57,7 @@ tar = { version = "0.4" } time = "0.3" thiserror = "1" tokio = { features = ["fs", "macros", "rt-multi-thread", "sync", "process"], version = "1" } -tokio-tungstenite = "0.23" +tokio-tungstenite = "0.24" tower-http = { features = ["fs", "trace"], version = "0.6" } ulid = { features = ["serde"], version = "1.1" } unsigned-varint = { version = "0.8", features = ["codec", "asynchronous_codec"] } diff --git a/crates/fdev/Cargo.toml b/crates/fdev/Cargo.toml index c6566ca0e..4761d64b3 100644 --- a/crates/fdev/Cargo.toml +++ b/crates/fdev/Cargo.toml @@ -28,7 +28,7 @@ semver = { workspace = true } tar = "0.4" thiserror = "1" tokio = { version = "1", features = ["rt-multi-thread", "sync", "macros", "signal", "parking_lot", "process"] } -tokio-tungstenite = "0.23" +tokio-tungstenite = "0.24" toml = { version = "0.8", features = ["default", "preserve_order"] } tracing = { workspace = true } tracing-subscriber = { workspace = true, features = ["env-filter", "fmt"] } diff --git a/stdlib b/stdlib index 7cde4e789..f3d68931c 160000 --- a/stdlib +++ b/stdlib @@ -1 +1 @@ -Subproject commit 7cde4e7895afe3dc00694f9b3aba6dc4b3223eaa +Subproject commit f3d68931ccbc9df37038b0246baf8ffeb7d693d2