build: Bump anyhow from 1.0.86 to 1.0.87

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

---
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-09-09 23:21:09 +00:00
committed by cloud-hypervisor-bot
parent 37756c5d32
commit 4e64df1005
10 changed files with 11 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ version = "0.1.0"
[dependencies]
acpi_tables = { git = "https://github.com/rust-vmm/acpi_tables", branch = "main" }
anyhow = "1.0.86"
anyhow = "1.0.87"
arch = { path = "../arch" }
bitflags = "2.6.0"
byteorder = "1.5.0"