From 4da296680ef6e75deb6e2038b15e4cab5149f196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 06:18:01 +0000 Subject: [PATCH] chore(deps): bump tokio-tungstenite in the tokio-ecosystem group Bumps the tokio-ecosystem group with 1 update: [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite). Updates `tokio-tungstenite` from 0.24.0 to 0.28.0 - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tokio-tungstenite/compare/v0.24.0...v0.28.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tokio-ecosystem ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 +++++++-------- Cargo.toml | 2 +- fsn-sync/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4353390..44b70a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8583,16 +8583,16 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.24.0" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9" +checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857" dependencies = [ "futures-util", "log", "native-tls", "tokio", "tokio-native-tls", - "tungstenite 0.24.0", + "tungstenite 0.28.0", ] [[package]] @@ -8866,20 +8866,19 @@ dependencies = [ [[package]] name = "tungstenite" -version = "0.24.0" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a" +checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442" dependencies = [ - "byteorder", "bytes", "data-encoding", "http 1.4.0", "httparse", "log", "native-tls", - "rand 0.8.5", + "rand 0.9.2", "sha1", - "thiserror 1.0.69", + "thiserror 2.0.18", "utf-8", ] diff --git a/Cargo.toml b/Cargo.toml index c32d1f9..771fc55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ unic-langid = { version = "0.9", features = ["macros"] } url = { version = "2" } # WebSocket -tokio-tungstenite = { version = "0.24", features = ["native-tls"] } +tokio-tungstenite = { version = "0.28", features = ["native-tls"] } # ActivityPub activitypub_federation = { version = "0.6", default-features = false } diff --git a/fsn-sync/Cargo.toml b/fsn-sync/Cargo.toml index a4828e8..86f2917 100644 --- a/fsn-sync/Cargo.toml +++ b/fsn-sync/Cargo.toml @@ -20,7 +20,7 @@ thiserror = { workspace = true } tracing = { workspace = true } [dependencies.tokio-tungstenite] -version = "0.24" +version = "0.28" features = ["native-tls"] optional = true