Merge pull request 'Update Rust crate async-trait to v0.1.92' (#63) from renovate/async-trait-0.x-lockfile into v0
All checks were successful
Build and Test / build-editions (fast-racing-neo) (push) Successful in 5m2s
Build and Test / build-editions (minecraft-wiiu) (push) Successful in 5m11s
Build and Test / build-editions (sonic-transformed) (push) Successful in 5m53s
Build and Test / build-editions (terraria) (push) Successful in 6m5s
Build and Test / build-editions (splatoon) (push) Successful in 6m5s
Build and Test / build-editions (wii-u-chat) (push) Successful in 6m6s
Build and Test / build-editions (DATABASE_SMM, super-mario-maker) (push) Successful in 6m6s
Build and Test / build-editions (DATABASE_FRIENDS, friends) (push) Successful in 6m44s
Build and Test / build-editions (mario-tennis) (push) Successful in 6m43s
Build and Test / build-editions (splatoon-testfire) (push) Successful in 6m44s
Build and Test / build-editions (DATABASE_SMM, wii-sports-club) (push) Successful in 7m27s
Build and Test / build-editions (DATABASE_SMM, puyopuyo) (push) Successful in 7m41s

Reviewed-on: #63
This commit is contained in:
redbinder0526 2026-08-08 15:40:34 +02:00
commit 36c044233f

4
Cargo.lock generated
View file

@ -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",