build: Bump anyhow from 1.0.66 to 1.0.68

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

---
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-12-30 23:02:53 +00:00
parent 2d828121a6
commit fdb2d673d3
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.66"
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
[[package]]
name = "api_client"

View File

@ -24,7 +24,7 @@ opt-level = "s"
strip = true
[dependencies]
anyhow = "1.0.66"
anyhow = "1.0.68"
api_client = { path = "api_client" }
clap = { version = "4.0.29", features = ["wrap_help","cargo","string"] }
epoll = "4.3.1"

View File

@ -9,7 +9,7 @@ default = []
tdx = []
[dependencies]
anyhow = "1.0.66"
anyhow = "1.0.68"
byteorder = "1.4.3"
hypervisor = { path = "../hypervisor" }
libc = "0.2.138"

View File

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
acpi_tables = { path = "../acpi_tables" }
anyhow = "1.0.66"
anyhow = "1.0.68"
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.66"
anyhow = "1.0.68"
byteorder = "1.4.3"
thiserror = "1.0.37"
libc = "0.2.138"

View File

@ -10,7 +10,7 @@ kvm = ["vfio-ioctls/kvm"]
mshv = ["vfio-ioctls/mshv"]
[dependencies]
anyhow = "1.0.66"
anyhow = "1.0.68"
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.66"
anyhow = "1.0.68"
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.66"
anyhow = "1.0.68"
hypervisor = { path = "../hypervisor" }
thiserror = "1.0.37"
serde = { version = "1.0.151", features = ["rc", "derive"] }

View File

@ -5,7 +5,7 @@ authors = ["The Cloud Hypervisor Authors"]
edition = "2021"
[dependencies]
anyhow = "1.0.66"
anyhow = "1.0.68"
thiserror = "1.0.37"
serde = { version = "1.0.151", features = ["rc", "derive"] }
serde_json = "1.0.89"

View File

@ -14,7 +14,7 @@ tracing = ["tracer/tracing"]
[dependencies]
acpi_tables = { path = "../acpi_tables" }
anyhow = "1.0.66"
anyhow = "1.0.68"
arc-swap = "1.5.1"
arch = { path = "../arch" }
bitflags = "1.3.2"