build: Bump thiserror version

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford
2025-01-02 15:39:35 +00:00
parent abf5748f64
commit eeae63b459
16 changed files with 30 additions and 30 deletions

30
Cargo.lock generated
View File

@@ -93,7 +93,7 @@ checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7"
name = "api_client"
version = "0.1.0"
dependencies = [
"thiserror 1.0.62",
"thiserror 2.0.6",
"vmm-sys-util",
]
@@ -115,7 +115,7 @@ dependencies = [
"linux-loader",
"log",
"serde",
"thiserror 1.0.62",
"thiserror 2.0.6",
"uuid",
"vm-fdt",
"vm-memory",
@@ -329,7 +329,7 @@ dependencies = [
"remain",
"serde",
"smallvec",
"thiserror 1.0.62",
"thiserror 2.0.6",
"uuid",
"virtio-bindings",
"virtio-queue",
@@ -439,7 +439,7 @@ dependencies = [
"serde_json",
"signal-hook",
"test_infra",
"thiserror 1.0.62",
"thiserror 2.0.6",
"tpm",
"tracer",
"vm-memory",
@@ -574,7 +574,7 @@ dependencies = [
"num_enum",
"pci",
"serde",
"thiserror 1.0.62",
"thiserror 2.0.6",
"tpm",
"vm-allocator",
"vm-device",
@@ -974,7 +974,7 @@ dependencies = [
"mshv-ioctls",
"serde",
"serde_with",
"thiserror 1.0.62",
"thiserror 2.0.6",
"vfio-ioctls",
"vm-memory",
"vmm-sys-util",
@@ -1298,7 +1298,7 @@ dependencies = [
"rate_limiter",
"serde",
"serde_json",
"thiserror 1.0.62",
"thiserror 2.0.6",
"virtio-bindings",
"virtio-queue",
"vm-memory",
@@ -1502,7 +1502,7 @@ dependencies = [
"libc",
"log",
"serde",
"thiserror 1.0.62",
"thiserror 2.0.6",
"vfio-bindings",
"vfio-ioctls",
"vfio_user",
@@ -1522,7 +1522,7 @@ dependencies = [
"serde",
"serde_json",
"test_infra",
"thiserror 1.0.62",
"thiserror 2.0.6",
"wait-timeout",
]
@@ -1740,7 +1740,7 @@ dependencies = [
"epoll",
"libc",
"log",
"thiserror 1.0.62",
"thiserror 2.0.6",
"vmm-sys-util",
]
@@ -2127,7 +2127,7 @@ dependencies = [
"libc",
"log",
"net_gen",
"thiserror 1.0.62",
"thiserror 2.0.6",
"vmm-sys-util",
]
@@ -2370,7 +2370,7 @@ dependencies = [
"serde_json",
"serde_with",
"serial_buffer",
"thiserror 1.0.62",
"thiserror 2.0.6",
"vhost",
"virtio-bindings",
"virtio-queue",
@@ -2410,7 +2410,7 @@ dependencies = [
"anyhow",
"hypervisor",
"serde",
"thiserror 1.0.62",
"thiserror 2.0.6",
"vfio-ioctls",
"vm-memory",
"vmm-sys-util",
@@ -2440,7 +2440,7 @@ dependencies = [
"anyhow",
"serde",
"serde_json",
"thiserror 1.0.62",
"thiserror 2.0.6",
"vm-memory",
]
@@ -2495,7 +2495,7 @@ dependencies = [
"serde_json",
"serial_buffer",
"signal-hook",
"thiserror 1.0.62",
"thiserror 2.0.6",
"tracer",
"uuid",
"vfio-ioctls",