fix(deps): update rust crate anyhow to 1.0.55

This commit is contained in:
Renovate Bot 2022-02-23 23:51:19 +00:00 committed by renovate[bot]
parent 572ff08d03
commit 56323eee26
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -34,9 +34,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.53"
version = "1.0.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0"
checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd"
[[package]]
name = "arboard"

View File

@ -28,7 +28,7 @@ chrono = "0.4.19"
base64 = "0.13.0"
notify-rust = "4.5.5"
clap_complete = "3.0.5"
anyhow = "1.0.53"
anyhow = "1.0.55"
better-panic = "0.3.0"
validator = "0.14.0"
arboard = "2.0.1"