fix(deps): update rust crate anyhow to 1.0.68

This commit is contained in:
renovate[bot] 2022-12-18 20:51:15 +00:00
parent cf5491a283
commit bdef27c66f
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ readme = "README.md"
include = ["src/**/*", "LICENSE-*", "README.md"]
[dependencies]
anyhow = "1.0.67"
anyhow = "1.0.68"
argv = "0.1.7"
clipboard-master = "3.1.3"
copypasta = { version = "0.8.1", default-features = false, features = ["x11"] }