Update Rust crate tokio to v1.53.0
All checks were successful
Build and Test / minecraft-wiiu (push) Successful in 47m27s
Build and Test / wii-sports-club (push) Successful in 47m53s
Build and Test / fast-racing-neo (push) Successful in 48m50s
Build and Test / sonic-transformed (push) Successful in 49m21s
Build and Test / mario-tennis (push) Successful in 49m24s
Build and Test / puyopuyo (push) Successful in 49m48s
Build and Test / wii-u-chat (push) Successful in 50m35s
Build and Test / splatoon-testfire (push) Successful in 50m38s
Build and Test / friends (push) Successful in 51m56s
Build and Test / splatoon (push) Successful in 52m38s
Build and Test / super-mario-maker (push) Successful in 53m3s

This commit is contained in:
Spacebot 2026-07-17 08:17:35 +00:00
commit 751c8abc06

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.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
checksum = "d988bcd52dbe076d3d46903332f58c912b87a2c49b1428419a5845154762ffee"
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]]