Update Rust crate hmac to 0.13.0 #20

Closed
spacebot wants to merge 16 commits from renovate/hmac-0.x into v0
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]]
name = "thiserror"
version = "2.0.12"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "2.0.12"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
dependencies = [
"proc-macro2",
"quote",