build(deps): bump anyhow from 1.0.48 to 1.0.50 (#2)

This commit is contained in:
dependabot[bot] 2021-11-29 14:05:11 +00:00 committed by GitHub
parent 7fb757b868
commit 9dd2fb719f
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]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.48" version = "1.0.50"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62e1f47f7dc0422027a4e370dd4548d4d66b26782e513e98dca1e689e058a80e" checksum = "ecc78c299ae753905840c5d3ba036c51f61ce5a98a83f98d9c9d29dffd427f71"
[[package]] [[package]]
name = "atty" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
anyhow = "1.0.48" anyhow = "1.0.50"
clipboard = "0.5.0" clipboard = "0.5.0"
dirs = "4.0.0" dirs = "4.0.0"
log = "0.4.14" log = "0.4.14"