diff --git a/Cargo.lock b/Cargo.lock index ea31f9eab..92cfd5689 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,9 +20,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.57" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc" +checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" [[package]] name = "api_client" diff --git a/Cargo.toml b/Cargo.toml index eddd20fba..b17f76516 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ rust-version = "1.60" lto = true [dependencies] -anyhow = "1.0.57" +anyhow = "1.0.58" api_client = { path = "api_client" } clap = { version = "3.2.5", features = ["wrap_help","cargo"] } epoll = "4.3.1" diff --git a/arch/Cargo.toml b/arch/Cargo.toml index e0fb19707..b5f7a5b1d 100644 --- a/arch/Cargo.toml +++ b/arch/Cargo.toml @@ -10,7 +10,7 @@ tdx = [] [dependencies] acpi_tables = { path = "../acpi_tables" } -anyhow = "1.0.57" +anyhow = "1.0.58" byteorder = "1.4.3" hypervisor = { path = "../hypervisor" } libc = "0.2.126" diff --git a/devices/Cargo.toml b/devices/Cargo.toml index 44146eb8d..6faaaaa8e 100644 --- a/devices/Cargo.toml +++ b/devices/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] acpi_tables = { path = "../acpi_tables" } -anyhow = "1.0.57" +anyhow = "1.0.58" arch = { path = "../arch" } bitflags = "1.3.2" byteorder = "1.4.3" diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index ec6693daa..3097b5611 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -11,7 +11,7 @@ mshv = ["mshv-ioctls", "mshv-bindings"] tdx = [] [dependencies] -anyhow = "1.0.57" +anyhow = "1.0.58" epoll = "4.3.1" thiserror = "1.0.31" libc = "0.2.126" diff --git a/pci/Cargo.toml b/pci/Cargo.toml index d0f5dc457..d303785f5 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.57" +anyhow = "1.0.58" byteorder = "1.4.3" hypervisor = { path = "../hypervisor" } vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false } diff --git a/vfio_user/Cargo.toml b/vfio_user/Cargo.toml index 68d0959cf..971bcceed 100644 --- a/vfio_user/Cargo.toml +++ b/vfio_user/Cargo.toml @@ -5,7 +5,7 @@ authors = ["The Cloud Hypervisor Authors"] edition = "2021" [dependencies] -anyhow = "1.0.57" +anyhow = "1.0.58" libc = "0.2.126" log = "0.4.17" serde = {version = ">=1.0.27", features = ["rc"] } diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index eae992815..6045109af 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -9,7 +9,7 @@ default = [] mshv = [] [dependencies] -anyhow = "1.0.57" +anyhow = "1.0.58" 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 501fba852..bf226137e 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.57" +anyhow = "1.0.58" hypervisor = { path = "../hypervisor" } thiserror = "1.0.31" serde = { version = "1.0.137", features = ["rc", "derive"] } diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index 0f939db50..a9e9477c7 100644 --- a/vm-migration/Cargo.toml +++ b/vm-migration/Cargo.toml @@ -5,7 +5,7 @@ authors = ["The Cloud Hypervisor Authors"] edition = "2021" [dependencies] -anyhow = "1.0.57" +anyhow = "1.0.58" thiserror = "1.0.31" serde = { version = "1.0.137", features = ["rc", "derive"] } serde_json = "1.0.81" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 9da99347e..dd76890d8 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -17,7 +17,7 @@ tdx = ["arch/tdx", "hypervisor/tdx"] [dependencies] acpi_tables = { path = "../acpi_tables" } -anyhow = "1.0.57" +anyhow = "1.0.58" arc-swap = "1.5.0" arch = { path = "../arch" } bitflags = "1.3.2"