From ed1ad6c1c82c19ebf3222922c4cd563e750e2782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 04:07:53 +0000 Subject: [PATCH] build(deps): bump tokio-tungstenite from 0.23.0 to 0.23.1 (#460) Bumps [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) from 0.23.0 to 0.23.1. - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tokio-tungstenite/commits) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- clash_lib/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b9cfed05..7d6234bf1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1084,7 +1084,7 @@ dependencies = [ "tokio", "tokio-rustls", "tokio-test", - "tokio-tungstenite 0.23.0", + "tokio-tungstenite 0.23.1", "tokio-util", "tor-rtcompat", "tower", @@ -5618,9 +5618,9 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.23.0" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "becd34a233e7e31a3dbf7c7241b38320f57393dcae8e7324b0167d21b8e320b0" +checksum = "c6989540ced10490aaf14e6bad2e3d33728a2813310a0c71d1574304c49631cd" dependencies = [ "futures-util", "log", diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index e83f3261c..aeb9fce80 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -97,7 +97,7 @@ ring-compat = { version = "0.8", features = ["aead"] } rand = "0.8" socket2 = { version = "0.5", features = ["all"] } -tokio-tungstenite = "0.23.0" +tokio-tungstenite = "0.23.1" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] }