fix(deps): update rust crate anyhow to 1.0.57

This commit is contained in:
Renovate Bot 2022-04-21 20:03:58 +00:00
parent fcc5e89725
commit b6672113bb
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 3 additions and 3 deletions

View file

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