Update Rust crate tokio-tungstenite to 0.29.0
All checks were successful
Build and Test / sonic-transformed (push) Successful in 7m0s
Build and Test / mario-tennis (push) Successful in 7m17s
Build and Test / splatoon (push) Successful in 4m18s
Build and Test / fast-racing-neo (push) Successful in 4m45s
Build and Test / friends (push) Successful in 4m21s
Build and Test / puyopuyo (push) Successful in 5m18s
Build and Test / wii-sports-club (push) Successful in 5m32s
Build and Test / wii-u-chat (push) Successful in 5m3s
Build and Test / minecraft-wiiu (push) Successful in 6m4s
Build and Test / splatoon-testfire (push) Successful in 7m15s
Build and Test / super-mario-maker (push) Successful in 11m11s

This commit is contained in:
Spacebot 2026-06-17 08:48:24 +00:00
commit a7e4742d64
2 changed files with 8 additions and 15 deletions

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.28.0", features = ["rustls", "rustls-tls-native-roots"]}
tokio-tungstenite = {version = "0.29.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" }