From 45e979b2a7bec981a384efc75185cf14a813f123 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 04:08:19 +0000 Subject: [PATCH] chore(deps): update rust crate tokio-tungstenite to 0.20 --- Cargo.lock | 43 ++++++------------------------------------- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 38 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9627143d846..8fe3b869f70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2711,7 +2711,7 @@ dependencies = [ "slog-term", "termios", "tokio", - "tokio-tungstenite 0.18.0", + "tokio-tungstenite", "uuid", ] @@ -5052,7 +5052,7 @@ dependencies = [ "thiserror", "tokio", "tokio-stream", - "tokio-tungstenite 0.18.0", + "tokio-tungstenite", "tokio-util", "toml 0.8.8", "uuid", @@ -5368,7 +5368,7 @@ dependencies = [ "thiserror", "tofino", "tokio", - "tokio-tungstenite 0.18.0", + "tokio-tungstenite", "toml 0.8.8", "usdt", "uuid", @@ -6731,7 +6731,7 @@ dependencies = [ "slog", "thiserror", "tokio", - "tokio-tungstenite 0.20.1", + "tokio-tungstenite", "uuid", ] @@ -6780,7 +6780,7 @@ dependencies = [ "strum", "thiserror", "tokio", - "tokio-tungstenite 0.20.1", + "tokio-tungstenite", "tokio-util", "toml 0.7.8", "usdt", @@ -9194,18 +9194,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "tokio-tungstenite" -version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd" -dependencies = [ - "futures-util", - "log", - "tokio", - "tungstenite 0.18.0", -] - [[package]] name = "tokio-tungstenite" version = "0.20.1" @@ -9215,7 +9203,7 @@ dependencies = [ "futures-util", "log", "tokio", - "tungstenite 0.20.1", + "tungstenite", ] [[package]] @@ -9562,25 +9550,6 @@ dependencies = [ "unicode-width", ] -[[package]] -name = "tungstenite" -version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788" -dependencies = [ - "base64 0.13.1", - "byteorder", - "bytes", - "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 0e139465339..c20ed3cc9b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -364,7 +364,7 @@ tofino = { git = "http://github.com/oxidecomputer/tofino", branch = "main" } tokio = "1.33.0" tokio-postgres = { version = "0.7", features = [ "with-chrono-0_4", "with-uuid-1" ] } tokio-stream = "0.1.14" -tokio-tungstenite = "0.18" +tokio-tungstenite = "0.20" tokio-util = "0.7.10" toml = "0.8.8" toml_edit = "0.21.0"