From 610d694f1de8c6e64f138111365e69791022226f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 05:10:27 +0000 Subject: [PATCH] build: bump thiserror from 1.0.29 to 1.0.30 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.29 to 1.0.30. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.29...1.0.30) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- arch/Cargo.toml | 2 +- block_util/Cargo.toml | 2 +- hypervisor/Cargo.toml | 2 +- pci/Cargo.toml | 2 +- vfio_user/Cargo.toml | 2 +- vm-device/Cargo.toml | 2 +- vm-migration/Cargo.toml | 2 +- vmm/Cargo.toml | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf436393c..586bfb25a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1058,18 +1058,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.29" +version = "1.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88" +checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.29" +version = "1.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c" +checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 0e89c05b2..0ea43646e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ option_parser = { path = "option_parser" } seccompiler = "0.2.0" serde_json = "1.0.68" signal-hook = "0.3.10" -thiserror = "1.0.29" +thiserror = "1.0.30" vmm = { path = "vmm" } vmm-sys-util = "0.9.0" vm-memory = "0.6.0" diff --git a/arch/Cargo.toml b/arch/Cargo.toml index 6f1919b19..34920cedd 100644 --- a/arch/Cargo.toml +++ b/arch/Cargo.toml @@ -19,7 +19,7 @@ linux-loader = { version = "0.4.0", features = ["elf", "bzimage", "pe"] } log = "0.4.14" serde = { version = "1.0.130", features = ["rc"] } serde_derive = "1.0.130" -thiserror = "1.0.29" +thiserror = "1.0.30" versionize = "0.1.6" versionize_derive = "0.1.4" vm-memory = { version = "0.6.0", features = ["backend-mmap", "backend-bitmap"] } diff --git a/block_util/Cargo.toml b/block_util/Cargo.toml index 68e30b713..c458e70e8 100644 --- a/block_util/Cargo.toml +++ b/block_util/Cargo.toml @@ -13,7 +13,7 @@ io-uring = "0.5.2" libc = "0.2.103" log = "0.4.14" qcow = { path = "../qcow" } -thiserror = "1.0.29" +thiserror = "1.0.30" versionize = "0.1.6" versionize_derive = "0.1.4" vhdx = { path = "../vhdx" } diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index b1ff67eeb..033d0912a 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -13,7 +13,7 @@ tdx = [] [dependencies] anyhow = "1.0.44" epoll = "4.3.1" -thiserror = "1.0.29" +thiserror = "1.0.30" libc = "0.2.103" log = "0.4.14" kvm-ioctls = { version = "0.10.0", optional = true } diff --git a/pci/Cargo.toml b/pci/Cargo.toml index baf38f5eb..eec45c642 100644 --- a/pci/Cargo.toml +++ b/pci/Cargo.toml @@ -18,7 +18,7 @@ vfio_user = { path = "../vfio_user" } vmm-sys-util = "0.9.0" libc = "0.2.103" log = "0.4.14" -thiserror = "1.0.29" +thiserror = "1.0.30" versionize = "0.1.6" versionize_derive = "0.1.4" vm-allocator = { path = "../vm-allocator" } diff --git a/vfio_user/Cargo.toml b/vfio_user/Cargo.toml index 02a6531b9..e06eec346 100644 --- a/vfio_user/Cargo.toml +++ b/vfio_user/Cargo.toml @@ -11,7 +11,7 @@ log = "0.4.14" serde = {version = ">=1.0.27", features = ["rc"] } serde_derive = ">=1.0.27" serde_json = ">=1.0.9" -thiserror = "1.0.29" +thiserror = "1.0.30" vm-memory = { version = "0.6.0", features = ["backend-mmap", "backend-atomic"] } vmm-sys-util = ">=0.3.1" diff --git a/vm-device/Cargo.toml b/vm-device/Cargo.toml index 717f8df17..49d523f77 100644 --- a/vm-device/Cargo.toml +++ b/vm-device/Cargo.toml @@ -11,7 +11,7 @@ mshv = ["vfio-ioctls/mshv"] [dependencies] anyhow = "1.0.44" -thiserror = "1.0.29" +thiserror = "1.0.30" serde = { version = "1.0.130", features = ["rc"] } serde_derive = "1.0.130" serde_json = "1.0.68" diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index e62a39b7b..5a6453844 100644 --- a/vm-migration/Cargo.toml +++ b/vm-migration/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] anyhow = "1.0.44" -thiserror = "1.0.29" +thiserror = "1.0.30" serde = { version = "1.0.130", features = ["rc"] } serde_derive = "1.0.130" serde_json = "1.0.68" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 889f02c94..be6c736cd 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -40,7 +40,7 @@ serde = { version = "1.0.130", features = ["rc"] } serde_derive = "1.0.130" serde_json = "1.0.68" signal-hook = "0.3.10" -thiserror = "1.0.29" +thiserror = "1.0.30" uuid = "0.8.2" versionize = "0.1.6" versionize_derive = "0.1.4"