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

This commit is contained in:
Kasper Juul Hermansen 2024-11-02 01:33:55 +00:00
parent 9061049f26
commit 2cb0469c2b

View File

@ -4,9 +4,9 @@ version = 3
[[package]]
name = "anyhow"
version = "1.0.79"
version = "1.0.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13"
[[package]]
name = "async-trait"