build: bump anyhow from 1.0.42 to 1.0.43

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

---
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-08-16 23:55:42 +00:00
parent ce52fc97b9
commit 86b2c17135
11 changed files with 12 additions and 12 deletions

4
Cargo.lock generated
View File

@ -44,9 +44,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.42"
version = "1.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486"
checksum = "28ae2b3dec75a406790005a200b1bd89785afc02517a00ca99ecfe093ee9e6cf"
[[package]]
name = "api_client"

View File

@ -13,7 +13,7 @@ homepage = "https://github.com/cloud-hypervisor/cloud-hypervisor"
lto = true
[dependencies]
anyhow = "1.0.42"
anyhow = "1.0.43"
api_client = { path = "api_client" }
clap = { version = "2.33.3", features = ["wrap_help"] }
epoll = "4.3.1"

View File

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

View File

@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
acpi_tables = { path = "../acpi_tables", optional = true }
anyhow = "1.0.42"
anyhow = "1.0.43"
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.42"
anyhow = "1.0.43"
epoll = "4.3.1"
thiserror = "1.0.26"
libc = "0.2.99"

View File

@ -5,7 +5,7 @@ authors = ["Samuel Ortiz <sameo@linux.intel.com>"]
edition = "2018"
[dependencies]
anyhow = "1.0.42"
anyhow = "1.0.43"
byteorder = "1.4.3"
hypervisor = { path = "../hypervisor" }
vfio-ioctls = { git = "https://github.com/rust-vmm/vfio-ioctls", branch = "master" }

View File

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

View File

@ -10,7 +10,7 @@ io_uring = ["block_util/io_uring"]
mshv = []
[dependencies]
anyhow = "1.0.42"
anyhow = "1.0.43"
arc-swap = "1.3.0"
block_util = { path = "../block_util" }
byteorder = "1.4.3"

View File

@ -9,7 +9,7 @@ default = []
kvm = ["vfio-ioctls/kvm"]
[dependencies]
anyhow = "1.0.42"
anyhow = "1.0.43"
thiserror = "1.0.26"
serde = { version = "1.0.127", features = ["rc"] }
serde_derive = "1.0.127"

View File

@ -5,7 +5,7 @@ authors = ["The Cloud Hypervisor Authors"]
edition = "2018"
[dependencies]
anyhow = "1.0.42"
anyhow = "1.0.43"
thiserror = "1.0.26"
serde = { version = "1.0.127", features = ["rc"] }
serde_derive = "1.0.127"

View File

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