huskies: merge 1168 refactor Upgrade tokio-tungstenite 0.29 to 0.30

This commit is contained in:
Huskies Agent
2026-07-16 00:53:47 +00:00
parent 0a53c1ff0a
commit 182771192b
2 changed files with 9 additions and 9 deletions
Generated
+8 -8
View File
@@ -1918,7 +1918,7 @@ dependencies = [
"subtle",
"tempfile",
"tokio",
"tokio-tungstenite 0.29.0",
"tokio-tungstenite 0.30.0",
"toml",
"uuid",
"wait-timeout",
@@ -4994,9 +4994,9 @@ dependencies = [
[[package]]
name = "tokio-tungstenite"
version = "0.29.0"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c"
checksum = "17a073bfed563fa236697a068031408a93cd9522e08abf9933ead3e73411bd71"
dependencies = [
"futures-util",
"log",
@@ -5005,7 +5005,7 @@ dependencies = [
"rustls-pki-types",
"tokio",
"tokio-rustls",
"tungstenite 0.29.0",
"tungstenite 0.30.0",
]
[[package]]
@@ -5193,19 +5193,19 @@ dependencies = [
[[package]]
name = "tungstenite"
version = "0.29.0"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8"
checksum = "e48ac77174b19c110a50ab2128b24215ac9cb40e0e12e093fb602d175c569d22"
dependencies = [
"bytes",
"data-encoding",
"http",
"httparse",
"log",
"rand 0.9.5",
"rand 0.10.2",
"rustls",
"rustls-pki-types",
"sha1 0.10.7",
"sha1 0.11.0",
"thiserror 2.0.18",
]