From 48fc91467b56e747b8a71db13eba5f692169b2f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 23:11:34 +0000 Subject: [PATCH] build: Bump thiserror from 1.0.40 to 1.0.52 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.40 to 1.0.52. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.40...1.0.52) --- 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/Cargo.toml | 2 +- devices/Cargo.toml | 2 +- hypervisor/Cargo.toml | 2 +- net_util/Cargo.toml | 2 +- pci/Cargo.toml | 2 +- performance-metrics/Cargo.toml | 2 +- virtio-devices/Cargo.toml | 2 +- vm-device/Cargo.toml | 2 +- vm-migration/Cargo.toml | 2 +- vmm/Cargo.toml | 2 +- 13 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a81ff0a3..721e6b7fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2166,18 +2166,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.40" +version = "1.0.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" +checksum = "83a48fd946b02c0a526b2e9481c8e2a17755e47039164a86c4070446e3a4614d" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.40" +version = "1.0.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" +checksum = "e7fbe9b594d6568a6a1443250a7e67d80b74e1e96f6d1715e1e21cc1888291d3" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 4aed26dee..9121ab610 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ option_parser = { path = "option_parser" } seccompiler = "0.4.0" serde_json = "1.0.107" signal-hook = "0.3.17" -thiserror = "1.0.40" +thiserror = "1.0.52" tpm = { path = "tpm"} tracer = { path = "tracer" } vmm = { path = "vmm" } diff --git a/arch/Cargo.toml b/arch/Cargo.toml index 001050bed..8f4b2f218 100644 --- a/arch/Cargo.toml +++ b/arch/Cargo.toml @@ -17,7 +17,7 @@ libc = "0.2.147" linux-loader = { version = "0.10.0", features = ["elf", "bzimage", "pe"] } log = "0.4.20" serde = { version = "1.0.168", features = ["rc", "derive"] } -thiserror = "1.0.40" +thiserror = "1.0.52" uuid = "1.3.4" versionize = "0.1.10" versionize_derive = "0.1.4" diff --git a/block/Cargo.toml b/block/Cargo.toml index faf2dc8bb..a6772f862 100644 --- a/block/Cargo.toml +++ b/block/Cargo.toml @@ -16,7 +16,7 @@ libc = "0.2.147" log = "0.4.20" remain = "0.2.11" smallvec = "1.11.0" -thiserror = "1.0.40" +thiserror = "1.0.52" uuid = { version = "1.3.4", features = ["v4"] } versionize = "0.1.10" versionize_derive = "0.1.4" diff --git a/devices/Cargo.toml b/devices/Cargo.toml index bdc86951f..6151f025d 100644 --- a/devices/Cargo.toml +++ b/devices/Cargo.toml @@ -15,7 +15,7 @@ hypervisor = { path = "../hypervisor" } libc = "0.2.147" log = "0.4.20" pci = { path = "../pci" } -thiserror = "1.0.40" +thiserror = "1.0.52" tpm = { path = "../tpm" } versionize = "0.1.10" versionize_derive = "0.1.4" diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index 15a7df872..f5a8fbf83 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -27,7 +27,7 @@ serde_with = { version = "3.4.0", default-features = false, features = ["macros" vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false } vm-memory = { version = "0.13.1", features = ["backend-mmap", "backend-atomic"] } vmm-sys-util = { version = "0.11.0", features = ["with-serde"] } -thiserror = "1.0.40" +thiserror = "1.0.52" [target.'cfg(target_arch = "x86_64")'.dependencies.iced-x86] optional = true diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index d7efbe51d..5d65998d1 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -12,7 +12,7 @@ log = "0.4.20" net_gen = { path = "../net_gen" } rate_limiter = { path = "../rate_limiter" } serde = "1.0.168" -thiserror = "1.0.40" +thiserror = "1.0.52" versionize = "0.1.10" versionize_derive = "0.1.4" virtio-bindings = "0.2.0" diff --git a/pci/Cargo.toml b/pci/Cargo.toml index 122d54c6a..c834bfd52 100644 --- a/pci/Cargo.toml +++ b/pci/Cargo.toml @@ -21,7 +21,7 @@ vmm-sys-util = "0.11.0" libc = "0.2.147" log = "0.4.20" serde = { version = "1.0.168", features = ["derive"] } -thiserror = "1.0.40" +thiserror = "1.0.52" versionize = "0.1.10" versionize_derive = "0.1.4" vm-allocator = { path = "../vm-allocator" } diff --git a/performance-metrics/Cargo.toml b/performance-metrics/Cargo.toml index d4c0453dd..94670547b 100644 --- a/performance-metrics/Cargo.toml +++ b/performance-metrics/Cargo.toml @@ -11,5 +11,5 @@ dirs = "5.0.0" serde = { version = "1.0.168", features = ["rc", "derive"] } serde_json = "1.0.107" test_infra = { path = "../test_infra" } -thiserror = "1.0.40" +thiserror = "1.0.52" wait-timeout = "0.2.0" diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 6ce0a4819..00ae4376f 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -24,7 +24,7 @@ seccompiler = "0.4.0" serde = { version = "1.0.168", features = ["derive"] } serde_json = "1.0.107" serial_buffer = { path = "../serial_buffer" } -thiserror = "1.0.40" +thiserror = "1.0.52" versionize = "0.1.10" versionize_derive = "0.1.4" vhost = { version = "0.9.0", features = ["vhost-user-frontend", "vhost-user-backend", "vhost-kern", "vhost-vdpa"] } diff --git a/vm-device/Cargo.toml b/vm-device/Cargo.toml index da58832f5..7522de4a3 100644 --- a/vm-device/Cargo.toml +++ b/vm-device/Cargo.toml @@ -12,7 +12,7 @@ mshv = ["vfio-ioctls/mshv"] [dependencies] anyhow = "1.0.75" hypervisor = { path = "../hypervisor" } -thiserror = "1.0.40" +thiserror = "1.0.52" serde = { version = "1.0.168", features = ["rc", "derive"] } vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false } vm-memory = { version = "0.13.1", features = ["backend-mmap"] } diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index 7099b917d..fa18a1010 100644 --- a/vm-migration/Cargo.toml +++ b/vm-migration/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] anyhow = "1.0.75" -thiserror = "1.0.40" +thiserror = "1.0.52" serde = { version = "1.0.168", features = ["rc", "derive"] } serde_json = "1.0.107" versionize = "0.1.10" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index a07eedf7b..71c746e54 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -52,7 +52,7 @@ serde = { version = "1.0.168", features = ["rc", "derive"] } serde_json = "1.0.107" serial_buffer = { path = "../serial_buffer" } signal-hook = "0.3.17" -thiserror = "1.0.40" +thiserror = "1.0.52" tracer = { path = "../tracer" } uuid = "1.3.4" versionize = "0.1.10"