fix(deps): update rust crate anyhow to 1.0.58

This commit is contained in:
renovate[bot] 2022-06-18 20:46:25 +00:00 committed by GitHub
parent 311f1ad675
commit 3fd48a9dd1
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

@ -22,9 +22,9 @@ dependencies = [
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.57" version = "1.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc" checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
[[package]] [[package]]
name = "argv" name = "argv"

View file

@ -12,7 +12,7 @@ readme = "README.md"
include = ["src/**/*", "LICENSE-*", "README.md"] include = ["src/**/*", "LICENSE-*", "README.md"]
[dependencies] [dependencies]
anyhow = "1.0.57" anyhow = "1.0.58"
argv = "0.1.5" argv = "0.1.5"
clipboard-master = "3.1.3" clipboard-master = "3.1.3"
copypasta = { version = "0.7.1", default-features = false, features = ["x11"] } copypasta = { version = "0.7.1", default-features = false, features = ["x11"] }