build: Bump anyhow from 1.0.75 to 1.0.79

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.75 to 1.0.79.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.75...1.0.79)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-01-08 22:39:02 +00:00
committed by Rob Bradford
parent 895dc12a74
commit c71cb00a5a
10 changed files with 11 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ edition = "2021"
default = []
[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.79"
arc-swap = "1.5.1"
block = { path = "../block" }
byteorder = "1.4.3"