diff --git a/Cargo.lock b/Cargo.lock index 5e34862dc..9dacb84c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,9 +20,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.52" +version = "1.0.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3" +checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0" [[package]] name = "api_client" diff --git a/Cargo.toml b/Cargo.toml index 20cf52512..523d6c6e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ homepage = "https://github.com/cloud-hypervisor/cloud-hypervisor" lto = true [dependencies] -anyhow = "1.0.52" +anyhow = "1.0.53" api_client = { path = "api_client" } clap = { version = "3.0.10", features = ["wrap_help","cargo"] } epoll = "4.3.1" diff --git a/arch/Cargo.toml b/arch/Cargo.toml index 204a7659a..9d3078a3b 100644 --- a/arch/Cargo.toml +++ b/arch/Cargo.toml @@ -11,7 +11,7 @@ tdx = [] [dependencies] acpi_tables = { path = "../acpi_tables", optional = true } -anyhow = "1.0.52" +anyhow = "1.0.53" byteorder = "1.4.3" hypervisor = { path = "../hypervisor" } libc = "0.2.113" diff --git a/devices/Cargo.toml b/devices/Cargo.toml index ac51034cc..151bcec8c 100644 --- a/devices/Cargo.toml +++ b/devices/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] acpi_tables = { path = "../acpi_tables", optional = true } -anyhow = "1.0.52" +anyhow = "1.0.53" arch = { path = "../arch" } bitflags = "1.3.2" byteorder = "1.4.3" diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index a09db626a..7b40b1f6a 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -11,7 +11,7 @@ mshv = ["mshv-ioctls", "mshv-bindings"] tdx = [] [dependencies] -anyhow = "1.0.52" +anyhow = "1.0.53" epoll = "4.3.1" thiserror = "1.0.30" libc = "0.2.113" diff --git a/pci/Cargo.toml b/pci/Cargo.toml index 051596064..a77593498 100644 --- a/pci/Cargo.toml +++ b/pci/Cargo.toml @@ -10,7 +10,7 @@ kvm = ["vfio-ioctls/kvm"] mshv = ["vfio-ioctls/mshv"] [dependencies] -anyhow = "1.0.52" +anyhow = "1.0.53" byteorder = "1.4.3" hypervisor = { path = "../hypervisor" } vfio-ioctls = { git = "https://github.com/rust-vmm/vfio-ioctls", branch = "main", default-features = false } diff --git a/vfio_user/Cargo.toml b/vfio_user/Cargo.toml index 0678d83b4..59399cfc3 100644 --- a/vfio_user/Cargo.toml +++ b/vfio_user/Cargo.toml @@ -5,7 +5,7 @@ authors = ["The Cloud Hypervisor Authors"] edition = "2018" [dependencies] -anyhow = "1.0.52" +anyhow = "1.0.53" libc = "0.2.113" log = "0.4.14" serde = {version = ">=1.0.27", features = ["rc"] } diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 49743f30f..ba0220123 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -9,7 +9,7 @@ default = [] mshv = [] [dependencies] -anyhow = "1.0.52" +anyhow = "1.0.53" arc-swap = "1.5.0" block_util = { path = "../block_util" } byteorder = "1.4.3" diff --git a/vm-device/Cargo.toml b/vm-device/Cargo.toml index 69093da18..4b737dc0e 100644 --- a/vm-device/Cargo.toml +++ b/vm-device/Cargo.toml @@ -10,7 +10,7 @@ kvm = ["vfio-ioctls/kvm"] mshv = ["vfio-ioctls/mshv"] [dependencies] -anyhow = "1.0.52" +anyhow = "1.0.53" thiserror = "1.0.30" serde = { version = "1.0.134", features = ["rc"] } serde_derive = "1.0.134" diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index d47d2238b..c6743adb9 100644 --- a/vm-migration/Cargo.toml +++ b/vm-migration/Cargo.toml @@ -5,7 +5,7 @@ authors = ["The Cloud Hypervisor Authors"] edition = "2018" [dependencies] -anyhow = "1.0.52" +anyhow = "1.0.53" thiserror = "1.0.30" serde = { version = "1.0.134", features = ["rc"] } serde_derive = "1.0.134" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 34f00bdb3..a9b1b5181 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -15,7 +15,7 @@ tdx = ["arch/tdx", "hypervisor/tdx"] [dependencies] acpi_tables = { path = "../acpi_tables", optional = true } -anyhow = "1.0.52" +anyhow = "1.0.53" arc-swap = "1.5.0" arch = { path = "../arch" } bitflags = "1.3.2"