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

This commit is contained in:
Kasper Juul Hermansen 2024-10-19 00:33:04 +00:00
parent 9061049f26
commit eed8d489c9

View File

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