From 97f5b684249bea7757382dcb9638fc2f36b78e19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 23:10:51 +0000 Subject: [PATCH] build: bump anyhow from 1.0.53 to 1.0.55 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.53 to 1.0.55. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.53...1.0.55) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- arch/Cargo.toml | 2 +- devices/Cargo.toml | 2 +- hypervisor/Cargo.toml | 2 +- pci/Cargo.toml | 2 +- vfio_user/Cargo.toml | 2 +- virtio-devices/Cargo.toml | 2 +- vm-device/Cargo.toml | 2 +- vm-migration/Cargo.toml | 2 +- vmm/Cargo.toml | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 70ad48fa9..2ff1dc8ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,9 +20,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.53" +version = "1.0.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0" +checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd" [[package]] name = "api_client" diff --git a/Cargo.toml b/Cargo.toml index d841fec09..df45d2ad7 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.53" +anyhow = "1.0.55" api_client = { path = "api_client" } clap = { version = "3.1.0", features = ["wrap_help","cargo"] } epoll = "4.3.1" diff --git a/arch/Cargo.toml b/arch/Cargo.toml index 2ce4fb0ce..0eecfbb14 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.53" +anyhow = "1.0.55" byteorder = "1.4.3" hypervisor = { path = "../hypervisor" } libc = "0.2.118" diff --git a/devices/Cargo.toml b/devices/Cargo.toml index 77cde80cd..dd4751b01 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.53" +anyhow = "1.0.55" arch = { path = "../arch" } bitflags = "1.3.2" byteorder = "1.4.3" diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index 80bc55ba4..77f940c92 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -11,7 +11,7 @@ mshv = ["mshv-ioctls", "mshv-bindings"] tdx = [] [dependencies] -anyhow = "1.0.53" +anyhow = "1.0.55" epoll = "4.3.1" thiserror = "1.0.30" libc = "0.2.118" diff --git a/pci/Cargo.toml b/pci/Cargo.toml index df0c51735..ab87439b8 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.53" +anyhow = "1.0.55" 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 3689c8a35..d2395aca0 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.53" +anyhow = "1.0.55" libc = "0.2.118" log = "0.4.14" serde = {version = ">=1.0.27", features = ["rc"] } diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 4def1283d..c00c75159 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -9,7 +9,7 @@ default = [] mshv = [] [dependencies] -anyhow = "1.0.53" +anyhow = "1.0.55" 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 c1896cda3..a1a08cee1 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.53" +anyhow = "1.0.55" thiserror = "1.0.30" serde = { version = "1.0.136", features = ["rc"] } serde_derive = "1.0.136" diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index a46115e67..edff8d225 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.53" +anyhow = "1.0.55" thiserror = "1.0.30" serde = { version = "1.0.136", features = ["rc"] } serde_derive = "1.0.136" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index d240b3523..df28895ff 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.53" +anyhow = "1.0.55" arc-swap = "1.5.0" arch = { path = "../arch" } bitflags = "1.3.2"