diff --git a/Cargo.lock b/Cargo.lock index c7c86b02d..4ebb1da78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2190,18 +2190,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.58" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" +checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.58" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" +checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index c1d4b52e7..c1d8e4169 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ option_parser = { path = "option_parser" } seccompiler = "0.4.0" serde_json = "1.0.115" signal-hook = "0.3.17" -thiserror = "1.0.58" +thiserror = "1.0.60" tpm = { path = "tpm"} tracer = { path = "tracer" } vmm = { path = "vmm" } diff --git a/arch/Cargo.toml b/arch/Cargo.toml index 550f7d032..232f54699 100644 --- a/arch/Cargo.toml +++ b/arch/Cargo.toml @@ -17,7 +17,7 @@ libc = "0.2.153" linux-loader = { version = "0.11.0", features = ["elf", "bzimage", "pe"] } log = "0.4.21" serde = { version = "1.0.197", features = ["rc", "derive"] } -thiserror = "1.0.58" +thiserror = "1.0.60" uuid = "1.8.0" vm-memory = { version = "0.14.1", features = ["backend-mmap", "backend-bitmap"] } vm-migration = { path = "../vm-migration" } diff --git a/block/Cargo.toml b/block/Cargo.toml index f47df765c..0e3af4386 100644 --- a/block/Cargo.toml +++ b/block/Cargo.toml @@ -17,7 +17,7 @@ log = "0.4.21" remain = "0.2.13" serde = { version = "1.0.197", features = ["derive"] } smallvec = "1.13.2" -thiserror = "1.0.58" +thiserror = "1.0.60" uuid = { version = "1.8.0", features = ["v4"] } virtio-bindings = { version = "0.2.2", features = ["virtio-v5_0_0"] } virtio-queue = "0.12.0" diff --git a/devices/Cargo.toml b/devices/Cargo.toml index 958a64fed..91541ccde 100644 --- a/devices/Cargo.toml +++ b/devices/Cargo.toml @@ -16,7 +16,7 @@ libc = "0.2.153" log = "0.4.21" pci = { path = "../pci" } serde = { version = "1.0.197", features = ["derive"] } -thiserror = "1.0.58" +thiserror = "1.0.60" tpm = { path = "../tpm" } vm-allocator = { path = "../vm-allocator" } vm-device = { path = "../vm-device" } diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index 248189304..cb6f4aa57 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -27,7 +27,7 @@ serde_with = { version = "3.7.0", default-features = false, features = ["macros" vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false } vm-memory = { version = "0.14.1", features = ["backend-mmap", "backend-atomic"] } vmm-sys-util = { version = "0.12.1", features = ["with-serde"] } -thiserror = "1.0.58" +thiserror = "1.0.60" [target.'cfg(target_arch = "x86_64")'.dependencies.iced-x86] optional = true diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index c6a0b13a9..90ae8e35b 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -12,7 +12,7 @@ log = "0.4.21" net_gen = { path = "../net_gen" } rate_limiter = { path = "../rate_limiter" } serde = {version = "1.0.197",features = ["derive"]} -thiserror = "1.0.58" +thiserror = "1.0.60" virtio-bindings = "0.2.2" virtio-queue = "0.12.0" vm-memory = { version = "0.14.1", features = ["backend-mmap", "backend-atomic", "backend-bitmap"] } diff --git a/pci/Cargo.toml b/pci/Cargo.toml index ea2b6ead1..e28be6801 100644 --- a/pci/Cargo.toml +++ b/pci/Cargo.toml @@ -21,7 +21,7 @@ vmm-sys-util = "0.12.1" libc = "0.2.153" log = "0.4.21" serde = { version = "1.0.197", features = ["derive"] } -thiserror = "1.0.58" +thiserror = "1.0.60" vm-allocator = { path = "../vm-allocator" } vm-device = { path = "../vm-device" } vm-memory = { version = "0.14.1", features = ["backend-mmap", "backend-atomic", "backend-bitmap"] } diff --git a/performance-metrics/Cargo.toml b/performance-metrics/Cargo.toml index 7c591db31..cc7b3dea8 100644 --- a/performance-metrics/Cargo.toml +++ b/performance-metrics/Cargo.toml @@ -11,5 +11,5 @@ dirs = "5.0.1" serde = { version = "1.0.197", features = ["rc", "derive"] } serde_json = "1.0.115" test_infra = { path = "../test_infra" } -thiserror = "1.0.58" +thiserror = "1.0.60" wait-timeout = "0.2.0" diff --git a/rate_limiter/Cargo.toml b/rate_limiter/Cargo.toml index b7fd349b0..f0b541e31 100644 --- a/rate_limiter/Cargo.toml +++ b/rate_limiter/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" epoll = "4.3.3" libc = "0.2.153" log = "0.4.21" -thiserror = "1.0.58" +thiserror = "1.0.60" vmm-sys-util = "0.12.1" diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 1d4f406ac..2f0504b74 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -25,7 +25,7 @@ serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.115" serde_with = { version = "3.7.0", default-features = false, features = ["macros"] } serial_buffer = { path = "../serial_buffer" } -thiserror = "1.0.58" +thiserror = "1.0.60" vhost = { version = "0.11.0", features = ["vhost-user-frontend", "vhost-user-backend", "vhost-kern", "vhost-vdpa"] } virtio-bindings = { version = "0.2.2", features = ["virtio-v5_0_0"] } virtio-queue = "0.12.0" diff --git a/vm-device/Cargo.toml b/vm-device/Cargo.toml index 975080d70..a443e80b3 100644 --- a/vm-device/Cargo.toml +++ b/vm-device/Cargo.toml @@ -12,7 +12,7 @@ mshv = ["vfio-ioctls/mshv"] [dependencies] anyhow = "1.0.81" hypervisor = { path = "../hypervisor" } -thiserror = "1.0.58" +thiserror = "1.0.60" serde = { version = "1.0.197", features = ["rc", "derive"] } vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false } vm-memory = { version = "0.14.1", features = ["backend-mmap"] } diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index 6dd5bebe9..0d670a50f 100644 --- a/vm-migration/Cargo.toml +++ b/vm-migration/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] anyhow = "1.0.81" -thiserror = "1.0.58" +thiserror = "1.0.60" serde = { version = "1.0.197", features = ["rc", "derive"] } serde_json = "1.0.115" vm-memory = { version = "0.14.1", features = ["backend-mmap", "backend-atomic"] } diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index c25d5d828..fc8520758 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -53,7 +53,7 @@ serde = { version = "1.0.197", features = ["rc", "derive"] } serde_json = "1.0.115" serial_buffer = { path = "../serial_buffer" } signal-hook = "0.3.17" -thiserror = "1.0.58" +thiserror = "1.0.60" tracer = { path = "../tracer" } uuid = "1.8.0" vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false }