Update Rust crate tokio-tungstenite to 0.30.0
All checks were successful
Build and Test / splatoon-testfire (push) Successful in 9m8s
Build and Test / sonic-transformed (push) Successful in 11m33s
Build and Test / wii-u-chat (push) Successful in 12m38s
Build and Test / friends (push) Successful in 12m40s
Build and Test / super-mario-maker (push) Successful in 16m33s
Build and Test / puyopuyo (push) Successful in 19m7s
Build and Test / wii-sports-club (push) Successful in 19m54s
Build and Test / minecraft-wiiu (push) Successful in 20m45s
Build and Test / mario-tennis (push) Successful in 22m32s
Build and Test / fast-racing-neo (push) Successful in 24m22s
Build and Test / splatoon (push) Successful in 24m23s
All checks were successful
Build and Test / splatoon-testfire (push) Successful in 9m8s
Build and Test / sonic-transformed (push) Successful in 11m33s
Build and Test / wii-u-chat (push) Successful in 12m38s
Build and Test / friends (push) Successful in 12m40s
Build and Test / super-mario-maker (push) Successful in 16m33s
Build and Test / puyopuyo (push) Successful in 19m7s
Build and Test / wii-sports-club (push) Successful in 19m54s
Build and Test / minecraft-wiiu (push) Successful in 20m45s
Build and Test / mario-tennis (push) Successful in 22m32s
Build and Test / fast-racing-neo (push) Successful in 24m22s
Build and Test / splatoon (push) Successful in 24m23s
This commit is contained in:
parent
7dd502aa7a
commit
ea3ad9ed8a
2 changed files with 7 additions and 7 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue