From da7e5d1fad6b30d8969c7d96972fb5afcbddba36 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 03:11:03 +0000 Subject: [PATCH] Update Rust crate tokio-tungstenite to 0.21 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c8511806b7b..305e888048d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2745,7 +2745,7 @@ dependencies = [ "slog-term", "termios", "tokio", - "tokio-tungstenite 0.20.1", + "tokio-tungstenite 0.21.0", "uuid 1.7.0", ] @@ -5364,7 +5364,7 @@ dependencies = [ "thiserror", "tokio", "tokio-stream", - "tokio-tungstenite 0.20.1", + "tokio-tungstenite 0.21.0", "toml 0.8.10", "uuid 1.7.0", ] diff --git a/Cargo.toml b/Cargo.toml index 9cfb3ed2834..f8f34a3832b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -421,7 +421,7 @@ tofino = { git = "http://github.com/oxidecomputer/tofino", branch = "main" } tokio = "1.36.0" tokio-postgres = { version = "0.7", features = [ "with-chrono-0_4", "with-uuid-1" ] } tokio-stream = "0.1.14" -tokio-tungstenite = "0.20" +tokio-tungstenite = "0.21" tokio-util = { version = "0.7.10", features = ["io", "io-util"] } toml = "0.8.10" toml_edit = "0.22.6"