diff --git a/Cargo.lock b/Cargo.lock index ea8c33a1e..30168a970 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1636,9 +1636,9 @@ dependencies = [ [[package]] name = "diesel" -version = "2.1.2" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53c8a2cb22327206568569e5a45bb5a2c946455efdd76e24d15b7e82171af95e" +checksum = "2268a214a6f118fce1838edba3d1561cf0e78d8de785475957a580a7f8c69d33" dependencies = [ "bitflags 2.4.0", "byteorder", @@ -2169,7 +2169,7 @@ dependencies = [ "http", "rand 0.8.5", "serde_json", - "tungstenite 0.19.0", + "tungstenite", ] [[package]] @@ -5731,7 +5731,7 @@ dependencies = [ "futures-util", "log", "tokio", - "tungstenite 0.20.1", + "tungstenite", ] [[package]] @@ -5959,24 +5959,6 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" -[[package]] -name = "tungstenite" -version = "0.19.0" -source = "git+https://github.com/snapview/tungstenite-rs?rev=8901dcc#8901dcc53570a78ee1acfd81b351c2086e00bad5" -dependencies = [ - "byteorder", - "bytes", - "data-encoding", - "http", - "httparse", - "log", - "rand 0.8.5", - "sha1", - "thiserror", - "url", - "utf-8", -] - [[package]] name = "tungstenite" version = "0.20.1" diff --git a/Cargo.toml b/Cargo.toml index 7baf5d67a..cb48a7107 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ pin-project = "1.0.12" pin-project-lite = "0.2" pinvec = "0.1.0" pkcs8 = { version = "0.10", features = ["std", "alloc"] } -poem = { version = "1.3", features = ["opentelemetry", "websocket"] } +poem = { version = "1.3.58", features = ["opentelemetry", "websocket"] } portpicker = "0.1.1" pow_of_2 = "0.1.2" proptest = "1.0.0" @@ -154,7 +154,7 @@ tracing-subscriber = { version = "0.3.15", features = [ "env-filter", "json", ] } -tungstenite = { git = "https://github.com/snapview/tungstenite-rs", rev = "8901dcc" } +tungstenite = "0.20.1" url = "2.3.1" user-error = "1.2.8" uuid = "1.2.2"