diff --git a/Cargo.lock b/Cargo.lock index b4cf67bb4..d4f63ea25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1180,18 +1180,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.36" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a99cb8c4b9a8ef0e7907cd3b617cc8dc04d571c4e73c8ae403d80ac160bb122" +checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.36" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a891860d3c8d66fec8e73ddb3765f90082374dbaaa833407b904a94f1a7eb43" +checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 479dc0501..4d051b3e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ option_parser = { path = "option_parser" } seccompiler = "0.3.0" serde_json = "1.0.85" signal-hook = "0.3.14" -thiserror = "1.0.36" +thiserror = "1.0.37" tracer = { path = "tracer" } vmm = { path = "vmm" } vmm-sys-util = "0.10.0" diff --git a/arch/Cargo.toml b/arch/Cargo.toml index 05540e523..67710fac7 100644 --- a/arch/Cargo.toml +++ b/arch/Cargo.toml @@ -16,7 +16,7 @@ libc = "0.2.133" linux-loader = { version = "0.6.0", features = ["elf", "bzimage", "pe"] } log = "0.4.17" serde = { version = "1.0.145", features = ["rc", "derive"] } -thiserror = "1.0.36" +thiserror = "1.0.37" uuid = "1.1.2" versionize = "0.1.6" versionize_derive = "0.1.4" diff --git a/block_util/Cargo.toml b/block_util/Cargo.toml index c19d78423..62f9caf8a 100644 --- a/block_util/Cargo.toml +++ b/block_util/Cargo.toml @@ -12,7 +12,7 @@ io-uring = "0.5.6" libc = "0.2.133" log = "0.4.17" qcow = { path = "../qcow" } -thiserror = "1.0.36" +thiserror = "1.0.37" versionize = "0.1.6" versionize_derive = "0.1.4" vhdx = { path = "../vhdx" } diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index 6ec163dcb..ae3a0e6b7 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -13,7 +13,7 @@ tdx = [] [dependencies] anyhow = "1.0.65" byteorder = "1.4.3" -thiserror = "1.0.36" +thiserror = "1.0.37" libc = "0.2.133" log = "0.4.17" kvm-ioctls = { version = "0.11.0", optional = true } diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index 45e40b3f4..84fc73dbf 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -12,7 +12,7 @@ log = "0.4.17" net_gen = { path = "../net_gen" } rate_limiter = { path = "../rate_limiter" } serde = "1.0.145" -thiserror = "1.0.36" +thiserror = "1.0.37" versionize = "0.1.6" versionize_derive = "0.1.4" virtio-bindings = "0.1.0" diff --git a/pci/Cargo.toml b/pci/Cargo.toml index 8f6ccc877..55d93fa7a 100644 --- a/pci/Cargo.toml +++ b/pci/Cargo.toml @@ -19,7 +19,7 @@ vmm-sys-util = "0.10.0" libc = "0.2.133" log = "0.4.17" serde = { version = "1.0.145", features = ["derive"] } -thiserror = "1.0.36" +thiserror = "1.0.37" versionize = "0.1.6" versionize_derive = "0.1.4" vm-allocator = { path = "../vm-allocator" } diff --git a/performance-metrics/Cargo.toml b/performance-metrics/Cargo.toml index e4aa60a12..82de9beae 100644 --- a/performance-metrics/Cargo.toml +++ b/performance-metrics/Cargo.toml @@ -11,7 +11,7 @@ dirs = "4.0.0" serde = { version = "1.0.145", features = ["rc", "derive"] } serde_json = "1.0.85" test_infra = { path = "../test_infra" } -thiserror = "1.0.36" +thiserror = "1.0.37" wait-timeout = "0.2.0" [build-dependencies] diff --git a/vfio_user/Cargo.toml b/vfio_user/Cargo.toml index 0e79f92e6..9a5b059ab 100644 --- a/vfio_user/Cargo.toml +++ b/vfio_user/Cargo.toml @@ -10,7 +10,7 @@ log = "0.4.17" serde = { version = "1.0.145", features = ["rc"] } serde_derive = "1.0.142" serde_json = "1.0.85" -thiserror = "1.0.36" +thiserror = "1.0.37" vm-memory = { version = "0.9.0", features = ["backend-mmap", "backend-atomic"] } vmm-sys-util = "0.10.0" diff --git a/vhdx/Cargo.toml b/vhdx/Cargo.toml index 22d2b7df6..abc9cfb3c 100644 --- a/vhdx/Cargo.toml +++ b/vhdx/Cargo.toml @@ -11,5 +11,5 @@ crc32c = "0.6.3" libc = "0.2.133" log = "0.4.17" remain = "0.2.4" -thiserror = "1.0.36" +thiserror = "1.0.37" uuid = { version = "1.1.2", features = ["v4"] } diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index bef813f67..43f0980c0 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -25,7 +25,7 @@ seccompiler = "0.3.0" serde = { version = "1.0.145", features = ["derive"] } serde_json = "1.0.85" serial_buffer = { path = "../serial_buffer" } -thiserror = "1.0.36" +thiserror = "1.0.37" versionize = "0.1.6" versionize_derive = "0.1.4" vhost = { version = "0.5.0", features = ["vhost-user-master", "vhost-user-slave", "vhost-kern", "vhost-vdpa"] } diff --git a/vm-device/Cargo.toml b/vm-device/Cargo.toml index 6bc63b776..798fb791b 100644 --- a/vm-device/Cargo.toml +++ b/vm-device/Cargo.toml @@ -12,7 +12,7 @@ mshv = ["vfio-ioctls/mshv"] [dependencies] anyhow = "1.0.65" hypervisor = { path = "../hypervisor" } -thiserror = "1.0.36" +thiserror = "1.0.37" serde = { version = "1.0.145", features = ["rc", "derive"] } vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false } vm-memory = { version = "0.9.0", features = ["backend-mmap"] } diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index ee97c08d9..10ee035f7 100644 --- a/vm-migration/Cargo.toml +++ b/vm-migration/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] anyhow = "1.0.65" -thiserror = "1.0.36" +thiserror = "1.0.37" serde = { version = "1.0.145", features = ["rc", "derive"] } serde_json = "1.0.85" versionize = "0.1.6" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 4ae90e52a..2fe296881 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -40,7 +40,7 @@ serde = { version = "1.0.145", features = ["rc", "derive"] } serde_json = "1.0.85" serial_buffer = { path = "../serial_buffer" } signal-hook = "0.3.14" -thiserror = "1.0.36" +thiserror = "1.0.37" tracer = { path = "../tracer" } uuid = "1.1.2" versionize = "0.1.6"