Update Rust crate anyhow to v1.0.103

This commit is contained in:
Spacebot 2026-06-25 21:02:26 +00:00
commit 185dfabcb9

4
Cargo.lock generated
View file

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