fix(deps): update rust crate anyhow to 1.0.54

This commit is contained in:
renovatebot 2022-02-19 03:00:19 +00:00
parent 26ae993e74
commit 145c3fbae4
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -501,9 +501,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.53"
version = "1.0.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0"
checksum = "7a99269dff3bc004caa411f38845c20303f1e393ca2bd6581576fa3a7f59577d"
[[package]]
name = "archlinuxcn-packages"

View file

@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
actix-web = "4.0.0-rc.3"
ansi-to-html = "0.1.0"
anyhow = "1.0.53"
anyhow = "1.0.54"
bigdecimal = "0.3.0"
cached = "0.30.0"
chrono = "0.4.19"