Update Rust crate thiserror to v2.0.18 #16

Merged
spacebot merged 1 commit from renovate/thiserror-2.x-lockfile into v0 2026-04-28 18:15:23 +02:00
Showing only changes of commit f93168d60e - Show all commits

Update Rust crate thiserror to v2.0.18
Some checks failed
Build and Test / wii-u-chat (pull_request) Has started running
Build and Test / splatoon (pull_request) Has started running
Build and Test / friends (pull_request) Has started running
Build and Test / super-mario-maker (pull_request) Has started running
Build and Test / splatoon (push) Has been cancelled
Build and Test / super-mario-maker (push) Has been cancelled
Build and Test / wii-u-chat (push) Has been cancelled
Build and Test / friends (push) Has been cancelled

Spacebot 2026-04-28 15:04:24 +00:00

8
Cargo.lock generated
View file

@ -3002,18 +3002,18 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "2.0.12" version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
dependencies = [ dependencies = [
"thiserror-impl", "thiserror-impl",
] ]
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "2.0.12" version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",