build: bump anyhow from 1.0.55 to 1.0.56

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

---
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-03-07 23:49:42 +00:00
parent 1f430fe3ff
commit f48aa66ccb
11 changed files with 12 additions and 12 deletions

4
Cargo.lock generated
View File

@ -20,9 +20,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.55"
version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd"
checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"
[[package]]
name = "api_client"

View File

@ -16,7 +16,7 @@ rust-version = "1.54"
lto = true
[dependencies]
anyhow = "1.0.55"
anyhow = "1.0.56"
api_client = { path = "api_client" }
clap = { version = "3.1.5", features = ["wrap_help","cargo"] }
epoll = "4.3.1"

View File

@ -11,7 +11,7 @@ tdx = []
[dependencies]
acpi_tables = { path = "../acpi_tables", optional = true }
anyhow = "1.0.55"
anyhow = "1.0.56"
byteorder = "1.4.3"
hypervisor = { path = "../hypervisor" }
libc = "0.2.119"

View File

@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
acpi_tables = { path = "../acpi_tables", optional = true }
anyhow = "1.0.55"
anyhow = "1.0.56"
arch = { path = "../arch" }
bitflags = "1.3.2"
byteorder = "1.4.3"

View File

@ -11,7 +11,7 @@ mshv = ["mshv-ioctls", "mshv-bindings"]
tdx = []
[dependencies]
anyhow = "1.0.55"
anyhow = "1.0.56"
epoll = "4.3.1"
thiserror = "1.0.30"
libc = "0.2.119"

View File

@ -10,7 +10,7 @@ kvm = ["vfio-ioctls/kvm"]
mshv = ["vfio-ioctls/mshv"]
[dependencies]
anyhow = "1.0.55"
anyhow = "1.0.56"
byteorder = "1.4.3"
hypervisor = { path = "../hypervisor" }
vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false }

View File

@ -5,7 +5,7 @@ authors = ["The Cloud Hypervisor Authors"]
edition = "2018"
[dependencies]
anyhow = "1.0.55"
anyhow = "1.0.56"
libc = "0.2.119"
log = "0.4.14"
serde = {version = ">=1.0.27", features = ["rc"] }

View File

@ -9,7 +9,7 @@ default = []
mshv = []
[dependencies]
anyhow = "1.0.55"
anyhow = "1.0.56"
arc-swap = "1.5.0"
block_util = { path = "../block_util" }
byteorder = "1.4.3"

View File

@ -10,7 +10,7 @@ kvm = ["vfio-ioctls/kvm"]
mshv = ["vfio-ioctls/mshv"]
[dependencies]
anyhow = "1.0.55"
anyhow = "1.0.56"
thiserror = "1.0.30"
serde = { version = "1.0.136", features = ["rc"] }
serde_derive = "1.0.136"

View File

@ -5,7 +5,7 @@ authors = ["The Cloud Hypervisor Authors"]
edition = "2018"
[dependencies]
anyhow = "1.0.55"
anyhow = "1.0.56"
thiserror = "1.0.30"
serde = { version = "1.0.136", features = ["rc"] }
serde_derive = "1.0.136"

View File

@ -16,7 +16,7 @@ tdx = ["arch/tdx", "hypervisor/tdx"]
[dependencies]
acpi_tables = { path = "../acpi_tables", optional = true }
anyhow = "1.0.55"
anyhow = "1.0.56"
arc-swap = "1.5.0"
arch = { path = "../arch" }
bitflags = "1.3.2"