build: Bump anyhow from 1.0.87 to 1.0.94

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

---
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-12-04 23:40:16 +00:00 committed by cloud-hypervisor-bot
parent 584c088094
commit 0c2f2d3ec1
10 changed files with 11 additions and 11 deletions

4
Cargo.lock generated
View File

@ -85,9 +85,9 @@ dependencies = [
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.87" version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7"
[[package]] [[package]]
name = "api_client" name = "api_client"

View File

@ -29,7 +29,7 @@ inherits = "release"
strip = false strip = false
[dependencies] [dependencies]
anyhow = "1.0.87" anyhow = "1.0.94"
api_client = { path = "api_client" } api_client = { path = "api_client" }
clap = { version = "4.5.13", features = ["string"] } clap = { version = "4.5.13", features = ["string"] }
dhat = { version = "0.3.3", optional = true } dhat = { version = "0.3.3", optional = true }

View File

@ -11,7 +11,7 @@ sev_snp = []
tdx = [] tdx = []
[dependencies] [dependencies]
anyhow = "1.0.87" anyhow = "1.0.94"
byteorder = "1.5.0" byteorder = "1.5.0"
hypervisor = { path = "../hypervisor" } hypervisor = { path = "../hypervisor" }
libc = "0.2.167" libc = "0.2.167"

View File

@ -6,7 +6,7 @@ version = "0.1.0"
[dependencies] [dependencies]
acpi_tables = { workspace = true } acpi_tables = { workspace = true }
anyhow = "1.0.87" anyhow = "1.0.94"
arch = { path = "../arch" } arch = { path = "../arch" }
bitflags = "2.6.0" bitflags = "2.6.0"
byteorder = "1.5.0" byteorder = "1.5.0"

View File

@ -12,7 +12,7 @@ sev_snp = ["igvm", "igvm_defs"]
tdx = [] tdx = []
[dependencies] [dependencies]
anyhow = "1.0.87" anyhow = "1.0.94"
byteorder = "1.5.0" byteorder = "1.5.0"
cfg-if = "1.0.0" cfg-if = "1.0.0"
concat-idents = "1.1.5" concat-idents = "1.1.5"

View File

@ -10,7 +10,7 @@ kvm = ["vfio-ioctls/kvm"]
mshv = ["vfio-ioctls/mshv"] mshv = ["vfio-ioctls/mshv"]
[dependencies] [dependencies]
anyhow = "1.0.87" anyhow = "1.0.94"
byteorder = "1.5.0" byteorder = "1.5.0"
hypervisor = { path = "../hypervisor" } hypervisor = { path = "../hypervisor" }
libc = "0.2.167" libc = "0.2.167"

View File

@ -9,7 +9,7 @@ default = []
sev_snp = ["mshv-ioctls"] sev_snp = ["mshv-ioctls"]
[dependencies] [dependencies]
anyhow = "1.0.87" anyhow = "1.0.94"
arc-swap = "1.7.1" arc-swap = "1.7.1"
block = { path = "../block" } block = { path = "../block" }
byteorder = "1.5.0" byteorder = "1.5.0"

View File

@ -10,7 +10,7 @@ kvm = ["vfio-ioctls/kvm"]
mshv = ["vfio-ioctls/mshv"] mshv = ["vfio-ioctls/mshv"]
[dependencies] [dependencies]
anyhow = "1.0.87" anyhow = "1.0.94"
hypervisor = { path = "../hypervisor" } hypervisor = { path = "../hypervisor" }
serde = { version = "1.0.208", features = ["derive", "rc"] } serde = { version = "1.0.208", features = ["derive", "rc"] }
thiserror = "1.0.62" thiserror = "1.0.62"

View File

@ -5,7 +5,7 @@ name = "vm-migration"
version = "0.1.0" version = "0.1.0"
[dependencies] [dependencies]
anyhow = "1.0.87" anyhow = "1.0.94"
serde = { version = "1.0.208", features = ["derive", "rc"] } serde = { version = "1.0.208", features = ["derive", "rc"] }
serde_json = "1.0.120" serde_json = "1.0.120"
thiserror = "1.0.62" thiserror = "1.0.62"

View File

@ -26,7 +26,7 @@ tracing = ["tracer/tracing"]
[dependencies] [dependencies]
acpi_tables = { workspace = true } acpi_tables = { workspace = true }
anyhow = "1.0.87" anyhow = "1.0.94"
arc-swap = "1.7.1" arc-swap = "1.7.1"
arch = { path = "../arch" } arch = { path = "../arch" }
bitflags = "2.6.0" bitflags = "2.6.0"