build: bump anyhow from 1.0.57 to 1.0.58

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

---
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-06-21 00:00:53 +00:00
parent ecde44617b
commit eb55d0809e
11 changed files with 12 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
acpi_tables = { path = "../acpi_tables" }
anyhow = "1.0.57"
anyhow = "1.0.58"
arch = { path = "../arch" }
bitflags = "1.3.2"
byteorder = "1.4.3"