build: bump anyhow from 1.0.45 to 1.0.46

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

---
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-08 23:13:29 +00:00
parent 9a583e6e9f
commit a362e85539
11 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ tdx = ["arch/tdx", "hypervisor/tdx"]
[dependencies]
acpi_tables = { path = "../acpi_tables", optional = true }
anyhow = "1.0.45"
anyhow = "1.0.46"
arc-swap = "1.4.0"
arch = { path = "../arch" }
bitflags = "1.3.2"