fix(deps): update rust crate anyhow to 1.0.79

This commit is contained in:
renovate[bot] 2024-01-06 04:52:11 +00:00 committed by GitHub
parent 06272f30c1
commit 9dcee353ad
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.78"
anyhow = "1.0.79"
termion = "3.0.0"
unicode-segmentation = "1.10.1"