Merge pull request 'fix(deps): update rust crate anyhow to 1.0.55' (#10) from renovate/anyhow-1.x into master

Reviewed-on: https://git.esd.cc/imlonghao/archlinuxcn-packages/pulls/10
This commit is contained in:
imlonghao 2022-02-23 13:58:49 +00:00
commit 006ffed054
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.54"
version = "1.0.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a99269dff3bc004caa411f38845c20303f1e393ca2bd6581576fa3a7f59577d"
checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd"
[[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.54"
anyhow = "1.0.55"
bigdecimal = "0.3.0"
cached = "0.30.0"
chrono = "0.4.19"