Compare commits

..

2 commits

Author SHA1 Message Date
367d7dfc69 Merge pull request 'Update Rust crate anyhow to v1.0.102' (#10) from renovate/anyhow-1.x-lockfile into v0
Some checks are pending
Build and Test / wii-u-chat (push) Waiting to run
Build and Test / splatoon (push) Waiting to run
Build and Test / friends (push) Waiting to run
Build and Test / super-mario-maker (push) Waiting to run
2026-04-28 14:52:38 +02:00
225b28aa84 Update Rust crate anyhow to v1.0.102
Some checks failed
Build and Test / wii-u-chat (push) Has been cancelled
Build and Test / splatoon (push) Has been cancelled
Build and Test / friends (push) Has been cancelled
Build and Test / super-mario-maker (push) Has been cancelled
Build and Test / wii-u-chat (pull_request) Has been cancelled
Build and Test / splatoon (pull_request) Has been cancelled
Build and Test / friends (pull_request) Has been cancelled
Build and Test / super-mario-maker (pull_request) Has been cancelled
2026-04-28 12:03:16 +00:00

4
Cargo.lock generated
View file

@ -31,9 +31,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.100"
version = "1.0.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
[[package]]
name = "async-trait"