build: bump anyhow from 1.0.56 to 1.0.57

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

---
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]
2022-04-21 23:42:36 +00:00
parent c1ecfd23be
commit 3c8e280bf1
11 changed files with 12 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ default = []
mshv = []
[dependencies]
anyhow = "1.0.56"
anyhow = "1.0.57"
arc-swap = "1.5.0"
block_util = { path = "../block_util" }
byteorder = "1.4.3"