Merge pull request 'Update Rust crate thiserror to v2.0.19' (#59) from renovate/thiserror-2.x-lockfile into v0
All checks were successful
Build and Test / build-editions (splatoon-testfire) (push) Successful in 4m31s
Build and Test / build-editions (terraria) (push) Successful in 4m34s
Build and Test / build-editions (mario-tennis) (push) Successful in 4m40s
Build and Test / build-editions (sonic-transformed) (push) Successful in 5m5s
Build and Test / build-editions (fast-racing-neo) (push) Successful in 5m8s
Build and Test / build-editions (splatoon) (push) Successful in 5m11s
Build and Test / build-editions (wii-u-chat) (push) Successful in 5m11s
Build and Test / build-editions (minecraft-wiiu) (push) Successful in 5m25s
Build and Test / build-editions (DATABASE_SMM, super-mario-maker) (push) Successful in 5m28s
Build and Test / build-editions (DATABASE_SMM, puyopuyo) (push) Successful in 5m28s
Build and Test / build-editions (DATABASE_FRIENDS, friends) (push) Successful in 5m29s
Build and Test / build-editions (DATABASE_SMM, wii-sports-club) (push) Successful in 5m30s
All checks were successful
Build and Test / build-editions (splatoon-testfire) (push) Successful in 4m31s
Build and Test / build-editions (terraria) (push) Successful in 4m34s
Build and Test / build-editions (mario-tennis) (push) Successful in 4m40s
Build and Test / build-editions (sonic-transformed) (push) Successful in 5m5s
Build and Test / build-editions (fast-racing-neo) (push) Successful in 5m8s
Build and Test / build-editions (splatoon) (push) Successful in 5m11s
Build and Test / build-editions (wii-u-chat) (push) Successful in 5m11s
Build and Test / build-editions (minecraft-wiiu) (push) Successful in 5m25s
Build and Test / build-editions (DATABASE_SMM, super-mario-maker) (push) Successful in 5m28s
Build and Test / build-editions (DATABASE_SMM, puyopuyo) (push) Successful in 5m28s
Build and Test / build-editions (DATABASE_FRIENDS, friends) (push) Successful in 5m29s
Build and Test / build-editions (DATABASE_SMM, wii-sports-club) (push) Successful in 5m30s
Reviewed-on: #59
This commit is contained in:
commit
66ebc2a9f0
1 changed files with 5 additions and 5 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -3451,22 +3451,22 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "2.0.18"
|
||||
version = "2.0.19"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
||||
checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
|
||||
dependencies = [
|
||||
"thiserror-impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "2.0.18"
|
||||
version = "2.0.19"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
||||
checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.117",
|
||||
"syn 3.0.3",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Reference in a new issue