Update Rust crate tokio-tungstenite to 0.30.0
Some checks failed
renovate/artifacts Artifact file update failure
Build and Test / sonic-transformed (push) Successful in 13m43s
Build and Test / wii-sports-club (push) Successful in 14m3s
Build and Test / splatoon (push) Failing after 14m34s
Build and Test / friends (push) Failing after 15m58s
Build and Test / minecraft-wiiu (push) Successful in 23m23s
Build and Test / mario-tennis (push) Successful in 23m42s
Build and Test / fast-racing-neo (push) Successful in 23m42s
Build and Test / wii-u-chat (push) Failing after 23m43s
Build and Test / puyopuyo (push) Successful in 24m9s
Build and Test / super-mario-maker (push) Successful in 26m11s
Build and Test / splatoon-testfire (push) Successful in 26m36s

This commit is contained in:
Spacebot 2026-07-28 12:37:12 +00:00
commit 5b22d16dbf

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" }