Update Rust crate tokio to v1.53.1
All checks were successful
Build and Test / build-editions (DATABASE_FRIENDS, friends) (push) Successful in 8m7s
Build and Test / build-editions (fast-racing-neo) (push) Successful in 8m2s
Build and Test / build-editions (mario-tennis) (push) Successful in 8m4s
Build and Test / build-editions (DATABASE_SMM, wii-sports-club) (push) Successful in 8m13s
Build and Test / build-editions (minecraft-wiiu) (push) Successful in 8m23s
Build and Test / build-editions (DATABASE_SMM, super-mario-maker) (push) Successful in 8m27s
Build and Test / build-editions (terraria) (push) Successful in 9m42s
Build and Test / build-editions (sonic-transformed) (push) Successful in 9m51s
Build and Test / build-editions (DATABASE_SMM, puyopuyo) (push) Successful in 9m58s
Build and Test / build-editions (splatoon) (push) Successful in 13m3s
Build and Test / build-editions (wii-u-chat) (push) Successful in 15m44s
Build and Test / build-editions (splatoon-testfire) (push) Successful in 15m47s
All checks were successful
Build and Test / build-editions (DATABASE_FRIENDS, friends) (push) Successful in 8m7s
Build and Test / build-editions (fast-racing-neo) (push) Successful in 8m2s
Build and Test / build-editions (mario-tennis) (push) Successful in 8m4s
Build and Test / build-editions (DATABASE_SMM, wii-sports-club) (push) Successful in 8m13s
Build and Test / build-editions (minecraft-wiiu) (push) Successful in 8m23s
Build and Test / build-editions (DATABASE_SMM, super-mario-maker) (push) Successful in 8m27s
Build and Test / build-editions (terraria) (push) Successful in 9m42s
Build and Test / build-editions (sonic-transformed) (push) Successful in 9m51s
Build and Test / build-editions (DATABASE_SMM, puyopuyo) (push) Successful in 9m58s
Build and Test / build-editions (splatoon) (push) Successful in 13m3s
Build and Test / build-editions (wii-u-chat) (push) Successful in 15m44s
Build and Test / build-editions (splatoon-testfire) (push) Successful in 15m47s
This commit is contained in:
parent
66ebc2a9f0
commit
72cbaf17f0
1 changed files with 6 additions and 6 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
|
@ -777,7 +777,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"windows-sys 0.52.0",
|
||||
"windows-sys 0.61.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -2770,7 +2770,7 @@ dependencies = [
|
|||
"errno",
|
||||
"libc",
|
||||
"linux-raw-sys",
|
||||
"windows-sys 0.52.0",
|
||||
"windows-sys 0.61.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -3437,7 +3437,7 @@ dependencies = [
|
|||
"getrandom 0.3.4",
|
||||
"once_cell",
|
||||
"rustix",
|
||||
"windows-sys 0.52.0",
|
||||
"windows-sys 0.61.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -3538,9 +3538,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.52.3"
|
||||
version = "1.53.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
|
||||
checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"libc",
|
||||
|
|
@ -4141,7 +4141,7 @@ version = "0.1.11"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
||||
dependencies = [
|
||||
"windows-sys 0.52.0",
|
||||
"windows-sys 0.61.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Reference in a new issue