diff --git a/Cargo.lock b/Cargo.lock index 076b41aa3..ae26bac96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 9d9bc428c..f76862651 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.42" +anyhow = "1.0.43" api_client = { path = "api_client" } clap = { version = "2.33.3", features = ["wrap_help"] } epoll = "4.3.1" diff --git a/arch/Cargo.toml b/arch/Cargo.toml index 128b109a9..98d098def 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.42" +anyhow = "1.0.43" byteorder = "1.4.3" hypervisor = { path = "../hypervisor" } libc = "0.2.99" diff --git a/devices/Cargo.toml b/devices/Cargo.toml index 09c4b972c..ead7647c9 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.42" +anyhow = "1.0.43" arch = { path = "../arch" } bitflags = "1.3.2" byteorder = "1.4.3" diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index df086ccc8..178acbc6a 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -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" diff --git a/pci/Cargo.toml b/pci/Cargo.toml index 8d082a688..97ce65d48 100644 --- a/pci/Cargo.toml +++ b/pci/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Samuel Ortiz "] 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" } diff --git a/vfio_user/Cargo.toml b/vfio_user/Cargo.toml index 75afc5487..5ee1110b5 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.42" +anyhow = "1.0.43" libc = "0.2.95" log = "0.4.14" serde = {version = ">=1.0.27", features = ["rc"] } diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 32fd0e183..95ea3002f 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -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" diff --git a/vm-device/Cargo.toml b/vm-device/Cargo.toml index 36f57335c..7f611b8d6 100644 --- a/vm-device/Cargo.toml +++ b/vm-device/Cargo.toml @@ -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" diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index e079a8a5a..26a01917c 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.42" +anyhow = "1.0.43" thiserror = "1.0.26" serde = { version = "1.0.127", features = ["rc"] } serde_derive = "1.0.127" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 615d9190d..4a19757ac 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -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"