Update Rust crate tokio-tungstenite to 0.30.0
Some checks failed
Build and Test / friends (push) Failing after 10m57s
Build and Test / wii-u-chat (push) Successful in 12m47s
Build and Test / fast-racing-neo (push) Successful in 12m47s
Build and Test / splatoon-testfire (push) Successful in 12m47s
Build and Test / wii-sports-club (push) Successful in 12m49s
Build and Test / puyopuyo (push) Successful in 14m20s
Build and Test / splatoon (push) Successful in 17m28s
Build and Test / sonic-transformed (push) Successful in 18m5s
Build and Test / minecraft-wiiu (push) Successful in 18m12s
Build and Test / mario-tennis (push) Successful in 20m20s
Build and Test / super-mario-maker (push) Successful in 21m30s

This commit is contained in:
Spacebot 2026-08-06 16:02:25 +00:00
commit dbf7d2740e
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View file

@ -4216,9 +4216,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",
@ -4426,19 +4426,19 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[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 1.4.0",
"httparse",
"log",
"rand 0.9.4",
"rand 0.10.2",
"rustls 0.23.40",
"rustls-pki-types",
"sha1 0.10.6",
"sha1 0.11.0",
"thiserror",
]

View file

@ -12,7 +12,7 @@ rnex-core = { path = "../rnex-core", version = "0.1.1" }
tokio = { version = "1.47.0", features = ["full"] }
bytemuck = { version = "1.23.1", features = ["derive"] }
proxy-common = {path = "../proxy-common"}
tokio-tungstenite = {version = "0.29.0", features = ["rustls", "rustls-tls-native-roots"]}
tokio-tungstenite = {version = "0.30.0", features = ["rustls", "rustls-tls-native-roots"]}
log = "0.4.25"
futures-util = "0.3.31"
v-byte-helpers = { git = "https://github.com/RusticMaple/VByteMacros", version = "0.1.1" }