mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
fix(deps): update rust crate anyhow to 1.0.54
This commit is contained in:
parent
26ae993e74
commit
145c3fbae4
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -501,9 +501,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anyhow"
|
name = "anyhow"
|
||||||
version = "1.0.53"
|
version = "1.0.54"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0"
|
checksum = "7a99269dff3bc004caa411f38845c20303f1e393ca2bd6581576fa3a7f59577d"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "archlinuxcn-packages"
|
name = "archlinuxcn-packages"
|
||||||
|
|
|
@ -8,7 +8,7 @@ edition = "2021"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4.0.0-rc.3"
|
actix-web = "4.0.0-rc.3"
|
||||||
ansi-to-html = "0.1.0"
|
ansi-to-html = "0.1.0"
|
||||||
anyhow = "1.0.53"
|
anyhow = "1.0.54"
|
||||||
bigdecimal = "0.3.0"
|
bigdecimal = "0.3.0"
|
||||||
cached = "0.30.0"
|
cached = "0.30.0"
|
||||||
chrono = "0.4.19"
|
chrono = "0.4.19"
|
||||||
|
|
Loading…
Add table
Reference in a new issue