From 80f7d62e1cc2c2faf12da55b034a7e745043269c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 23:45:18 +0000 Subject: [PATCH] build: bump anyhow from 1.0.61 to 1.0.62 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.61 to 1.0.62. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.61...1.0.62) --- 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 +- virtio-devices/Cargo.toml | 2 +- vm-device/Cargo.toml | 2 +- vm-migration/Cargo.toml | 2 +- vmm/Cargo.toml | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17153d9c5..6b30e314a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -20,9 +20,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.61" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "508b352bb5c066aac251f6daf6b36eccd03e8a88e8081cd44959ea277a3af9a8" +checksum = "1485d4d2cc45e7b201ee3767015c96faa5904387c9d87c6efdd0fb511f12d305" [[package]] name = "api_client" diff --git a/Cargo.toml b/Cargo.toml index ceaac584b..e3cb21adb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ rust-version = "1.60" lto = true [dependencies] -anyhow = "1.0.61" +anyhow = "1.0.62" api_client = { path = "api_client" } clap = { version = "3.2.17", features = ["wrap_help","cargo"] } epoll = "4.3.1" diff --git a/arch/Cargo.toml b/arch/Cargo.toml index d0939515a..b6e515a78 100644 --- a/arch/Cargo.toml +++ b/arch/Cargo.toml @@ -9,7 +9,7 @@ default = [] tdx = [] [dependencies] -anyhow = "1.0.61" +anyhow = "1.0.62" byteorder = "1.4.3" hypervisor = { path = "../hypervisor" } libc = "0.2.131" diff --git a/devices/Cargo.toml b/devices/Cargo.toml index 4ed5b9f52..b7e378158 100644 --- a/devices/Cargo.toml +++ b/devices/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] acpi_tables = { path = "../acpi_tables" } -anyhow = "1.0.61" +anyhow = "1.0.62" arch = { path = "../arch" } bitflags = "1.3.2" byteorder = "1.4.3" diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index 9933a1fd2..120b315b9 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -11,7 +11,7 @@ mshv = ["mshv-ioctls", "mshv-bindings"] tdx = [] [dependencies] -anyhow = "1.0.61" +anyhow = "1.0.62" byteorder = "1.4.3" thiserror = "1.0.32" libc = "0.2.131" diff --git a/pci/Cargo.toml b/pci/Cargo.toml index ee21bb870..bb3368163 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.61" +anyhow = "1.0.62" byteorder = "1.4.3" hypervisor = { path = "../hypervisor" } vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false } diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index d79df348f..3abb76a75 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" default = [] [dependencies] -anyhow = "1.0.61" +anyhow = "1.0.62" arc-swap = "1.5.1" block_util = { path = "../block_util" } byteorder = "1.4.3" diff --git a/vm-device/Cargo.toml b/vm-device/Cargo.toml index da39a92f9..914c40f20 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.61" +anyhow = "1.0.62" hypervisor = { path = "../hypervisor" } thiserror = "1.0.32" serde = { version = "1.0.143", features = ["rc", "derive"] } diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index 25f4da7c7..075683915 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.61" +anyhow = "1.0.62" thiserror = "1.0.32" serde = { version = "1.0.143", features = ["rc", "derive"] } serde_json = "1.0.83" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 62e236738..c95384b59 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.61" +anyhow = "1.0.62" arc-swap = "1.5.1" arch = { path = "../arch" } bitflags = "1.3.2"