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

Reviewed-on: https://git.esd.cc/imlonghao/archlinuxcn-packages/pulls/17
This commit is contained in:
imlonghao 2022-03-08 14:01:30 +00:00
commit 4f81be0676
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -243,9 +243,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.55"
version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd"
checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"
[[package]]
name = "archlinuxcn-packages"

View file

@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
actix-web = "4.0.1"
ansi-to-html = "0.1.0"
anyhow = "1.0.55"
anyhow = "1.0.56"
bigdecimal = "0.3.0"
cached = "0.33.0"
chrono = "0.4.19"