build: bump anyhow from 1.0.64 to 1.0.65

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

---
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-09-14 01:50:44 +00:00
parent 4e589d2e13
commit 06d7796190
10 changed files with 11 additions and 11 deletions

4
Cargo.lock generated
View File

@ -20,9 +20,9 @@ dependencies = [
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.64" version = "1.0.65"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7" checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
[[package]] [[package]]
name = "api_client" name = "api_client"

View File

@ -16,7 +16,7 @@ rust-version = "1.60"
lto = true lto = true
[dependencies] [dependencies]
anyhow = "1.0.64" anyhow = "1.0.65"
api_client = { path = "api_client" } api_client = { path = "api_client" }
clap = { version = "3.2.21", features = ["wrap_help","cargo"] } clap = { version = "3.2.21", features = ["wrap_help","cargo"] }
epoll = "4.3.1" epoll = "4.3.1"

View File

@ -9,7 +9,7 @@ default = []
tdx = [] tdx = []
[dependencies] [dependencies]
anyhow = "1.0.64" anyhow = "1.0.65"
byteorder = "1.4.3" byteorder = "1.4.3"
hypervisor = { path = "../hypervisor" } hypervisor = { path = "../hypervisor" }
libc = "0.2.132" libc = "0.2.132"

View File

@ -6,7 +6,7 @@ edition = "2021"
[dependencies] [dependencies]
acpi_tables = { path = "../acpi_tables" } acpi_tables = { path = "../acpi_tables" }
anyhow = "1.0.64" anyhow = "1.0.65"
arch = { path = "../arch" } arch = { path = "../arch" }
bitflags = "1.3.2" bitflags = "1.3.2"
byteorder = "1.4.3" byteorder = "1.4.3"

View File

@ -11,7 +11,7 @@ mshv = ["mshv-ioctls", "mshv-bindings"]
tdx = [] tdx = []
[dependencies] [dependencies]
anyhow = "1.0.64" anyhow = "1.0.65"
byteorder = "1.4.3" byteorder = "1.4.3"
thiserror = "1.0.35" thiserror = "1.0.35"
libc = "0.2.132" libc = "0.2.132"

View File

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

View File

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

View File

@ -10,7 +10,7 @@ kvm = ["vfio-ioctls/kvm"]
mshv = ["vfio-ioctls/mshv"] mshv = ["vfio-ioctls/mshv"]
[dependencies] [dependencies]
anyhow = "1.0.64" anyhow = "1.0.65"
hypervisor = { path = "../hypervisor" } hypervisor = { path = "../hypervisor" }
thiserror = "1.0.35" thiserror = "1.0.35"
serde = { version = "1.0.144", features = ["rc", "derive"] } serde = { version = "1.0.144", features = ["rc", "derive"] }

View File

@ -5,7 +5,7 @@ authors = ["The Cloud Hypervisor Authors"]
edition = "2021" edition = "2021"
[dependencies] [dependencies]
anyhow = "1.0.64" anyhow = "1.0.65"
thiserror = "1.0.35" thiserror = "1.0.35"
serde = { version = "1.0.144", features = ["rc", "derive"] } serde = { version = "1.0.144", features = ["rc", "derive"] }
serde_json = "1.0.85" serde_json = "1.0.85"

View File

@ -17,7 +17,7 @@ tdx = ["arch/tdx", "hypervisor/tdx"]
[dependencies] [dependencies]
acpi_tables = { path = "../acpi_tables" } acpi_tables = { path = "../acpi_tables" }
anyhow = "1.0.64" anyhow = "1.0.65"
arc-swap = "1.5.1" arc-swap = "1.5.1"
arch = { path = "../arch" } arch = { path = "../arch" }
bitflags = "1.3.2" bitflags = "1.3.2"