fix(deps): update rust crate anyhow to v1.0.102

This commit was merged in pull request #5.
This commit is contained in:
2026-02-20 04:29:05 +00:00
parent 998a1f3654
commit 9ccb030472

View File

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