fix(deps): update rust crate anyhow to 1.0.55

This commit is contained in:
Renovate Bot 2022-02-21 22:49:15 +00:00 committed by Harsh Shandilya
parent 80e33e97e6
commit 3ea769676a
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.54"
anyhow = "1.0.55"
clipboard = "0.5.0"
dirs = "4.0.0"
log = { version = "0.4.14", features = ["release_max_level_trace"] }