diff --git a/Cargo.lock b/Cargo.lock index 16a2bfcb5..d0e3f9bd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1130,18 +1130,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.34" +version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c1b05ca9d106ba7d2e31a9dab4a64e7be2cce415321966ea3132c49a656e252" +checksum = "c53f98874615aea268107765aa1ed8f6116782501d18e53d08b471733bea6c85" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.34" +version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8f2591983642de85c921015f3f070c665a197ed69e417af436115e3a1407487" +checksum = "f8b463991b4eab2d801e724172285ec4195c650e8ec79b149e6c2a8e6dd3f783" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index e78cca0f1..327d7e9bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ option_parser = { path = "option_parser" } seccompiler = "0.2.0" serde_json = "1.0.85" signal-hook = "0.3.14" -thiserror = "1.0.34" +thiserror = "1.0.35" vmm = { path = "vmm" } vmm-sys-util = "0.10.0" vm-memory = "0.8.0" diff --git a/arch/Cargo.toml b/arch/Cargo.toml index 9b3745cd8..35a857766 100644 --- a/arch/Cargo.toml +++ b/arch/Cargo.toml @@ -16,7 +16,7 @@ libc = "0.2.132" linux-loader = { version = "0.4.0", features = ["elf", "bzimage", "pe"] } log = "0.4.17" serde = { version = "1.0.144", features = ["rc", "derive"] } -thiserror = "1.0.34" +thiserror = "1.0.35" 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 406b1c1ac..0c30a1d71 100644 --- a/block_util/Cargo.toml +++ b/block_util/Cargo.toml @@ -12,7 +12,7 @@ io-uring = "0.5.6" libc = "0.2.132" log = "0.4.17" qcow = { path = "../qcow" } -thiserror = "1.0.34" +thiserror = "1.0.35" versionize = "0.1.6" versionize_derive = "0.1.4" vhdx = { path = "../vhdx" } diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index 160a4a37c..ffce9a342 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -13,7 +13,7 @@ tdx = [] [dependencies] anyhow = "1.0.64" byteorder = "1.4.3" -thiserror = "1.0.34" +thiserror = "1.0.35" libc = "0.2.132" 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 4957d352b..f7c1dff92 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.144" -thiserror = "1.0.34" +thiserror = "1.0.35" 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 a1cce16bf..da9c5e594 100644 --- a/pci/Cargo.toml +++ b/pci/Cargo.toml @@ -19,7 +19,7 @@ vmm-sys-util = "0.10.0" libc = "0.2.132" log = "0.4.17" serde = { version = "1.0.144", features = ["derive"] } -thiserror = "1.0.34" +thiserror = "1.0.35" 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 65718e8f2..9a95d0e04 100644 --- a/performance-metrics/Cargo.toml +++ b/performance-metrics/Cargo.toml @@ -11,7 +11,7 @@ dirs = "4.0.0" serde = { version = "1.0.144", features = ["rc", "derive"] } serde_json = "1.0.85" test_infra = { path = "../test_infra" } -thiserror = "1.0.34" +thiserror = "1.0.35" wait-timeout = "0.2.0" [build-dependencies] diff --git a/vfio_user/Cargo.toml b/vfio_user/Cargo.toml index 2098c14d1..b791246e9 100644 --- a/vfio_user/Cargo.toml +++ b/vfio_user/Cargo.toml @@ -10,7 +10,7 @@ log = "0.4.17" serde = { version = "1.0.144", features = ["rc"] } serde_derive = "1.0.142" serde_json = "1.0.85" -thiserror = "1.0.34" +thiserror = "1.0.35" vm-memory = { version = "0.8.0", features = ["backend-mmap", "backend-atomic"] } vmm-sys-util = "0.10.0" diff --git a/vhdx/Cargo.toml b/vhdx/Cargo.toml index cbf9dfe5f..afbbc451c 100644 --- a/vhdx/Cargo.toml +++ b/vhdx/Cargo.toml @@ -11,5 +11,5 @@ crc32c = "0.6.3" libc = "0.2.132" log = "0.4.17" remain = "0.2.4" -thiserror = "1.0.34" +thiserror = "1.0.35" uuid = { version = "1.1.2", features = ["v4"] } diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 6b7dbe56b..d4b8e3340 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -25,7 +25,7 @@ seccompiler = "0.2.0" serde = { version = "1.0.144", features = ["derive"] } serde_json = "1.0.85" serial_buffer = { path = "../serial_buffer" } -thiserror = "1.0.34" +thiserror = "1.0.35" versionize = "0.1.6" versionize_derive = "0.1.4" vhost = { version = "0.4.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 de8c5125a..f05165180 100644 --- a/vm-device/Cargo.toml +++ b/vm-device/Cargo.toml @@ -12,7 +12,7 @@ mshv = ["vfio-ioctls/mshv"] [dependencies] anyhow = "1.0.64" hypervisor = { path = "../hypervisor" } -thiserror = "1.0.34" +thiserror = "1.0.35" serde = { version = "1.0.144", features = ["rc", "derive"] } vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false } vm-memory = { version = "0.8.0", features = ["backend-mmap"] } diff --git a/vm-migration/Cargo.toml b/vm-migration/Cargo.toml index 844f4fbc5..860484f9b 100644 --- a/vm-migration/Cargo.toml +++ b/vm-migration/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] anyhow = "1.0.64" -thiserror = "1.0.34" +thiserror = "1.0.35" serde = { version = "1.0.144", features = ["rc", "derive"] } serde_json = "1.0.85" versionize = "0.1.6" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index bc946875a..6a7f07622 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -43,7 +43,7 @@ serde = { version = "1.0.144", features = ["rc", "derive"] } serde_json = "1.0.85" serial_buffer = { path = "../serial_buffer" } signal-hook = "0.3.14" -thiserror = "1.0.34" +thiserror = "1.0.35" uuid = "1.1.2" versionize = "0.1.6" versionize_derive = "0.1.4"