From 12854ef3ed9f8745086f7c81f0a1faad552cd3f9 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 04:03:33 +0000 Subject: [PATCH] Update Rust crate tokio-tungstenite to 0.24.0 --- Cargo.lock | 38 ++++---------------------------------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 35 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c9fc792f72..0f1f08c5cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -3367,7 +3367,7 @@ dependencies = [ "slog-term", "termios", "tokio", - "tokio-tungstenite 0.23.1", + "tokio-tungstenite 0.24.0", "uuid", ] @@ -6824,7 +6824,7 @@ dependencies = [ "thiserror 1.0.69", "tokio", "tokio-stream", - "tokio-tungstenite 0.23.1", + "tokio-tungstenite 0.24.0", "toml 0.8.19", "uuid", ] @@ -8758,7 +8758,7 @@ dependencies = [ [[package]] name = "pq-sys" version = "0.4.6" -source = "git+https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c190f4d4a103c2280908cd1e97628c5c1cb" +source = "git+https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c190f4d4a103c2280908cd1e97628c5c1cb" dependencies = [ "vcpkg", ] @@ -11979,18 +11979,6 @@ dependencies = [ "tungstenite 0.21.0", ] -[[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" @@ -12305,24 +12293,6 @@ dependencies = [ "utf-8", ] -[[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", - "httparse", - "log", - "rand", - "sha1", - "thiserror 1.0.69", - "utf-8", -] - [[package]] name = "tungstenite" version = "0.24.0" diff --git a/Cargo.toml b/Cargo.toml index bb9ff0e80f..c3b4aa845b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -639,7 +639,7 @@ tofino = { git = "https://github.com/oxidecomputer/tofino", branch = "main" } tokio = "1.40.0" tokio-postgres = { version = "0.7", features = [ "with-chrono-0_4", "with-uuid-1" ] } tokio-stream = "0.1.16" -tokio-tungstenite = "0.23.1" +tokio-tungstenite = "0.24.0" tokio-util = { version = "0.7.12", features = ["io", "io-util"] } toml = "0.8.19" toml_edit = "0.22.22"