Update Rust crate async-trait to v0.1.92
All checks were successful
Build and Test / build-editions (splatoon) (push) Successful in 10m17s
Build and Test / build-editions (wii-u-chat) (push) Successful in 11m10s
Build and Test / build-editions (DATABASE_SMM, super-mario-maker) (push) Successful in 11m24s
Build and Test / build-editions (sonic-transformed) (push) Successful in 12m45s
Build and Test / build-editions (terraria) (push) Successful in 12m59s
Build and Test / build-editions (minecraft-wiiu) (push) Successful in 13m32s
Build and Test / build-editions (splatoon-testfire) (push) Successful in 13m57s
Build and Test / build-editions (DATABASE_SMM, puyopuyo) (push) Successful in 14m48s
Build and Test / build-editions (mario-tennis) (push) Successful in 14m52s
Build and Test / build-editions (fast-racing-neo) (push) Successful in 14m52s
Build and Test / build-editions (DATABASE_FRIENDS, friends) (push) Successful in 15m38s
Build and Test / build-editions (DATABASE_SMM, wii-sports-club) (push) Successful in 16m16s
All checks were successful
Build and Test / build-editions (splatoon) (push) Successful in 10m17s
Build and Test / build-editions (wii-u-chat) (push) Successful in 11m10s
Build and Test / build-editions (DATABASE_SMM, super-mario-maker) (push) Successful in 11m24s
Build and Test / build-editions (sonic-transformed) (push) Successful in 12m45s
Build and Test / build-editions (terraria) (push) Successful in 12m59s
Build and Test / build-editions (minecraft-wiiu) (push) Successful in 13m32s
Build and Test / build-editions (splatoon-testfire) (push) Successful in 13m57s
Build and Test / build-editions (DATABASE_SMM, puyopuyo) (push) Successful in 14m48s
Build and Test / build-editions (mario-tennis) (push) Successful in 14m52s
Build and Test / build-editions (fast-racing-neo) (push) Successful in 14m52s
Build and Test / build-editions (DATABASE_FRIENDS, friends) (push) Successful in 15m38s
Build and Test / build-editions (DATABASE_SMM, wii-sports-club) (push) Successful in 16m16s
This commit is contained in:
parent
e5ada9dfcd
commit
47ae893cd8
1 changed files with 3 additions and 3 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -208,9 +208,9 @@ checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "async-trait"
|
name = "async-trait"
|
||||||
version = "0.1.91"
|
version = "0.1.92"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec"
|
checksum = "82f6aeea286b8eb4dd3431a1be1b59d290ace00f5bfd8e2a159bc2a05e2c1667"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
|
@ -2662,7 +2662,7 @@ version = "0.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.117",
|
"syn 3.0.3",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue