From 6ad434b8bf5c8c0532713f0f7dd2e324817d6224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 02:04:24 +0000 Subject: [PATCH] Bump tungstenite from 0.20.0 to 0.20.1 Bumps [tungstenite](https://github.com/snapview/tungstenite-rs) from 0.20.0 to 0.20.1. - [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tungstenite-rs/compare/v0.20.0...v0.20.1) --- updated-dependencies: - dependency-name: tungstenite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- test_client/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7096fed6..a2cfed52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2353,7 +2353,7 @@ dependencies = [ "log", "miette", "serde_json", - "tungstenite 0.20.0", + "tungstenite 0.20.1", "ureq", "url", ] @@ -2506,7 +2506,7 @@ dependencies = [ "futures-util", "log", "tokio", - "tungstenite 0.20.0", + "tungstenite 0.20.1", ] [[package]] @@ -2643,9 +2643,9 @@ dependencies = [ [[package]] name = "tungstenite" -version = "0.20.0" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e862a1c4128df0112ab625f55cd5c934bcb4312ba80b39ae4b4835a3fd58e649" +checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" dependencies = [ "byteorder", "bytes", diff --git a/test_client/Cargo.toml b/test_client/Cargo.toml index 02e05ea3..c7f0a367 100644 --- a/test_client/Cargo.toml +++ b/test_client/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Robin Appelman "] edition = "2018" [dependencies] -tungstenite = { version = "0.20.0", features = ["rustls-tls-webpki-roots"] } +tungstenite = { version = "0.20.1", features = ["rustls-tls-webpki-roots"] } serde_json = "1.0.107" ureq = "2.7.1" flexi_logger = { version = "0.25.6", features = ["colors"] }