fix(deps): update rust crate anyhow to 1.0.56

This commit is contained in:
Renovate Bot 2022-03-07 22:37:30 +00:00
parent 784c74ca52
commit 8b93a6924a
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -22,9 +22,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 = "assay"

View file

@ -12,7 +12,7 @@ readme = "README.md"
include = ["src/**/*", "LICENSE-*", "README.md"]
[dependencies]
anyhow = "1.0.55"
anyhow = "1.0.56"
clipboard = "0.5.0"
dirs = "4.0.0"
regex = "1.5.4"