fix(deps): update rust crate anyhow to 1.0.76

This commit is contained in:
renovate[bot] 2023-12-21 03:58:48 +00:00
parent 20f7814ae3
commit b0872f328d
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.75"
anyhow = "1.0.76"
termion = "2.0.3"
unicode-segmentation = "1.10.1"