story-kit: merge 268_refactor_upgrade_tokio_tungstenite_to_0_29_0

This commit is contained in:
Dave
2026-03-17 17:00:24 +00:00
parent d35f0f19fb
commit 20431f625b
2 changed files with 7 additions and 8 deletions

13
Cargo.lock generated
View File

@@ -4025,7 +4025,7 @@ dependencies = [
"strip-ansi-escapes", "strip-ansi-escapes",
"tempfile", "tempfile",
"tokio", "tokio",
"tokio-tungstenite 0.28.0", "tokio-tungstenite 0.29.0",
"toml 1.0.6+spec-1.1.0", "toml 1.0.6+spec-1.1.0",
"uuid", "uuid",
"wait-timeout", "wait-timeout",
@@ -4333,14 +4333,14 @@ dependencies = [
[[package]] [[package]]
name = "tokio-tungstenite" name = "tokio-tungstenite"
version = "0.28.0" version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857" checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c"
dependencies = [ dependencies = [
"futures-util", "futures-util",
"log", "log",
"tokio", "tokio",
"tungstenite 0.28.0", "tungstenite 0.29.0",
] ]
[[package]] [[package]]
@@ -4562,9 +4562,9 @@ dependencies = [
[[package]] [[package]]
name = "tungstenite" name = "tungstenite"
version = "0.28.0" version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442" checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8"
dependencies = [ dependencies = [
"bytes 1.11.1", "bytes 1.11.1",
"data-encoding", "data-encoding",
@@ -4574,7 +4574,6 @@ dependencies = [
"rand 0.9.2", "rand 0.9.2",
"sha1", "sha1",
"thiserror 2.0.18", "thiserror 2.0.18",
"utf-8",
] ]
[[package]] [[package]]

View File

@@ -26,7 +26,7 @@ tempfile = "3"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync"] } tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync"] }
toml = "1.0.6" toml = "1.0.6"
uuid = { version = "1.22.0", features = ["v4", "serde"] } uuid = { version = "1.22.0", features = ["v4", "serde"] }
tokio-tungstenite = "0.28.0" tokio-tungstenite = "0.29.0"
walkdir = "2.5.0" walkdir = "2.5.0"
filetime = "0.2" filetime = "0.2"
matrix-sdk = { version = "0.16.0", default-features = false, features = [ matrix-sdk = { version = "0.16.0", default-features = false, features = [