build(deps): bump anyhow from 1.0.45 to 1.0.47 (#1)

This commit is contained in:
dependabot[bot] 2021-11-22 14:20:17 +00:00 committed by GitHub
parent f217ca95a5
commit 86ad4b16b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -13,9 +13,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.45"
version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee10e43ae4a853c0a3591d4e2ada1719e553be18199d9da9d4a83f5927c2f5c7"
checksum = "38d9ff5d688f1c13395289f67db01d4826b46dd694e7580accdc3e8430f2d98e"
[[package]]
name = "atty"

View file

@ -14,7 +14,7 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.45"
anyhow = "1.0.47"
clipboard = "0.5.0"
dirs = "4.0.0"
log = "0.4.14"