build: bump anyhow from 1.0.60 to 1.0.61

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

---
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-08-11 23:42:59 +00:00
parent eb0ce4b4d6
commit c591a96ecb
10 changed files with 11 additions and 11 deletions

4
Cargo.lock generated
View File

@ -20,9 +20,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.60"
version = "1.0.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c794e162a5eff65c72ef524dfe393eb923c354e350bb78b9c7383df13f3bc142"
checksum = "508b352bb5c066aac251f6daf6b36eccd03e8a88e8081cd44959ea277a3af9a8"
[[package]]
name = "api_client"

View File

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

View File

@ -9,7 +9,7 @@ default = []
tdx = []
[dependencies]
anyhow = "1.0.60"
anyhow = "1.0.61"
byteorder = "1.4.3"
hypervisor = { path = "../hypervisor" }
libc = "0.2.129"

View File

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
acpi_tables = { path = "../acpi_tables" }
anyhow = "1.0.60"
anyhow = "1.0.61"
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.60"
anyhow = "1.0.61"
byteorder = "1.4.3"
thiserror = "1.0.32"
libc = "0.2.129"

View File

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

View File

@ -8,7 +8,7 @@ edition = "2021"
default = []
[dependencies]
anyhow = "1.0.60"
anyhow = "1.0.61"
arc-swap = "1.5.1"
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.60"
anyhow = "1.0.61"
hypervisor = { path = "../hypervisor" }
thiserror = "1.0.32"
serde = { version = "1.0.143", features = ["rc", "derive"] }

View File

@ -5,7 +5,7 @@ authors = ["The Cloud Hypervisor Authors"]
edition = "2021"
[dependencies]
anyhow = "1.0.60"
anyhow = "1.0.61"
thiserror = "1.0.32"
serde = { version = "1.0.143", features = ["rc", "derive"] }
serde_json = "1.0.83"

View File

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