fix(deps): update rust crate anyhow to 1.0.82

This commit is contained in:
renovate[bot] 2024-04-11 05:31:45 +00:00 committed by GitHub
parent 0b353744e6
commit ca73540c4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
publish = false
[dependencies]
anyhow = "1.0.81"
anyhow = "1.0.82"
basic-toml = "0.1.9"
dirs = "5.0.1"
futures = "0.3.30"