build: Bump anyhow from 1.0.71 to 1.0.75

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

---
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] 2023-08-18 23:54:55 +00:00
parent 6118359240
commit ddfac7df0b
10 changed files with 11 additions and 11 deletions

4
Cargo.lock generated
View File

@ -36,9 +36,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.71"
version = "1.0.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
[[package]]
name = "api_client"

View File

@ -29,7 +29,7 @@ strip = false
debug = true
[dependencies]
anyhow = "1.0.71"
anyhow = "1.0.75"
api_client = { path = "api_client" }
argh = "0.1.9"
dhat = { version = "0.3.2", optional = true }

View File

@ -9,7 +9,7 @@ default = []
tdx = []
[dependencies]
anyhow = "1.0.71"
anyhow = "1.0.75"
byteorder = "1.4.3"
hypervisor = { path = "../hypervisor" }
libc = "0.2.147"

View File

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
acpi_tables = { git = "https://github.com/rust-vmm/acpi_tables", branch = "main" }
anyhow = "1.0.71"
anyhow = "1.0.75"
arch = { path = "../arch" }
bitflags = "2.3.3"
byteorder = "1.4.3"

View File

@ -11,7 +11,7 @@ mshv = ["mshv-ioctls", "mshv-bindings", "vfio-ioctls/mshv", "iced-x86"]
tdx = []
[dependencies]
anyhow = "1.0.71"
anyhow = "1.0.75"
byteorder = "1.4.3"
thiserror = "1.0.40"
libc = "0.2.147"

View File

@ -10,7 +10,7 @@ kvm = ["vfio-ioctls/kvm"]
mshv = ["vfio-ioctls/mshv"]
[dependencies]
anyhow = "1.0.71"
anyhow = "1.0.75"
byteorder = "1.4.3"
hypervisor = { path = "../hypervisor" }
vfio-bindings = { git = "https://github.com/rust-vmm/vfio", branch = "main", features = ["fam-wrappers"] }

View File

@ -8,7 +8,7 @@ edition = "2021"
default = []
[dependencies]
anyhow = "1.0.71"
anyhow = "1.0.75"
arc-swap = "1.5.1"
block = { path = "../block" }
byteorder = "1.4.3"

View File

@ -10,7 +10,7 @@ kvm = ["vfio-ioctls/kvm"]
mshv = ["vfio-ioctls/mshv"]
[dependencies]
anyhow = "1.0.71"
anyhow = "1.0.75"
hypervisor = { path = "../hypervisor" }
thiserror = "1.0.40"
serde = { version = "1.0.164", features = ["rc", "derive"] }

View File

@ -5,7 +5,7 @@ authors = ["The Cloud Hypervisor Authors"]
edition = "2021"
[dependencies]
anyhow = "1.0.71"
anyhow = "1.0.75"
thiserror = "1.0.40"
serde = { version = "1.0.164", features = ["rc", "derive"] }
serde_json = "1.0.96"

View File

@ -16,7 +16,7 @@ tracing = ["tracer/tracing"]
[dependencies]
acpi_tables = { git = "https://github.com/rust-vmm/acpi_tables", branch = "main" }
anyhow = "1.0.71"
anyhow = "1.0.75"
arc-swap = "1.5.1"
arch = { path = "../arch" }
bitflags = "2.3.3"