From 5afd8458ba3ced07242426cdfd5e410af1057e60 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Mon, 2 Oct 2023 11:27:57 -0700 Subject: [PATCH] chore(hydro_cli_exaples): update tokio-tungstenite to fix upstream DoS vulnerability --- Cargo.lock | 8 ++++---- hydro_cli_examples/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d25a2e6033b7..650277cea8ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3101,9 +3101,9 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.19.0" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec509ac96e9a0c43427c74f003127d953a265737636129424288d27cb5c4b12c" +checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" dependencies = [ "futures-util", "log", @@ -3342,9 +3342,9 @@ dependencies = [ [[package]] name = "tungstenite" -version = "0.19.0" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15fba1a6d6bb030745759a9a2a588bfe8490fc8b4751a277db3a0be1c9ebbf67" +checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" dependencies = [ "byteorder", "bytes", diff --git a/hydro_cli_examples/Cargo.toml b/hydro_cli_examples/Cargo.toml index 828f206ce280..296db8e3c63f 100644 --- a/hydro_cli_examples/Cargo.toml +++ b/hydro_cli_examples/Cargo.toml @@ -58,7 +58,7 @@ dashmap = "5.4.0" futures = "0.3.28" -tokio-tungstenite = "0.19.0" +tokio-tungstenite = "0.20.0" [target.'cfg(target_os = "linux")'.dev-dependencies] procinfo = "0.4.2"