Update Rust crate tokio to v1.52.4
All checks were successful
Build and Test / splatoon (push) Successful in 17m39s
Build and Test / wii-u-chat (push) Successful in 19m2s
Build and Test / sonic-transformed (push) Successful in 19m2s
Build and Test / minecraft-wiiu (push) Successful in 25m27s
Build and Test / splatoon-testfire (push) Successful in 26m59s
Build and Test / fast-racing-neo (push) Successful in 27m5s
Build and Test / puyopuyo (push) Successful in 27m8s
Build and Test / mario-tennis (push) Successful in 27m10s
Build and Test / wii-sports-club (push) Successful in 28m21s
Build and Test / friends (push) Successful in 30m18s
Build and Test / super-mario-maker (push) Successful in 32m12s

This commit is contained in:
Spacebot 2026-07-16 13:47:10 +00:00
commit d27bdefe3e

14
Cargo.lock generated
View file

@ -1366,7 +1366,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
dependencies = [
"libc",
"windows-sys 0.61.2",
"windows-sys 0.52.0",
]
[[package]]
@ -1985,7 +1985,7 @@ dependencies = [
"libc",
"percent-encoding",
"pin-project-lite",
"socket2 0.6.3",
"socket2 0.5.10",
"tokio",
"tower-service",
"tracing",
@ -3293,7 +3293,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.61.2",
"windows-sys 0.52.0",
]
[[package]]
@ -4046,7 +4046,7 @@ dependencies = [
"getrandom 0.4.2",
"once_cell",
"rustix",
"windows-sys 0.61.2",
"windows-sys 0.52.0",
]
[[package]]
@ -4147,9 +4147,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.52.3"
version = "1.52.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
checksum = "317fafbbe3f02fc663dad00ea6186197de963cd4190e86a26d8d0fae095539af"
dependencies = [
"bytes",
"libc",
@ -4796,7 +4796,7 @@ version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [
"windows-sys 0.61.2",
"windows-sys 0.52.0",
]
[[package]]