build: bump anyhow from 1.0.45 to 1.0.48

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

---
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]
2021-11-22 19:41:04 +00:00
parent ef1ac5c670
commit 1bcb07b68b
11 changed files with 12 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ io_uring = ["block_util/io_uring"]
mshv = []
[dependencies]
anyhow = "1.0.45"
anyhow = "1.0.48"
arc-swap = "1.5.0"
block_util = { path = "../block_util" }
byteorder = "1.4.3"