fix(deps): update rust crate anyhow to 1.0.75

This commit is contained in:
renovate[bot] 2023-09-14 04:14:57 +00:00 committed by GitHub
parent 28e4e848fb
commit 96f0698a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ edition = "2021"
license = "MIT/Apache-2.0"
[dependencies]
anyhow = "1.0.74"
anyhow = "1.0.75"
termion = "2.0.1"
unicode-segmentation = "1.10.1"