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
Generated
+15 -15
View File
@@ -93,7 +93,7 @@ checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7"
name = "api_client" name = "api_client"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"thiserror 1.0.62", "thiserror 2.0.6",
"vmm-sys-util", "vmm-sys-util",
] ]
@@ -115,7 +115,7 @@ dependencies = [
"linux-loader", "linux-loader",
"log", "log",
"serde", "serde",
"thiserror 1.0.62", "thiserror 2.0.6",
"uuid", "uuid",
"vm-fdt", "vm-fdt",
"vm-memory", "vm-memory",
@@ -329,7 +329,7 @@ dependencies = [
"remain", "remain",
"serde", "serde",
"smallvec", "smallvec",
"thiserror 1.0.62", "thiserror 2.0.6",
"uuid", "uuid",
"virtio-bindings", "virtio-bindings",
"virtio-queue", "virtio-queue",
@@ -439,7 +439,7 @@ dependencies = [
"serde_json", "serde_json",
"signal-hook", "signal-hook",
"test_infra", "test_infra",
"thiserror 1.0.62", "thiserror 2.0.6",
"tpm", "tpm",
"tracer", "tracer",
"vm-memory", "vm-memory",
@@ -574,7 +574,7 @@ dependencies = [
"num_enum", "num_enum",
"pci", "pci",
"serde", "serde",
"thiserror 1.0.62", "thiserror 2.0.6",
"tpm", "tpm",
"vm-allocator", "vm-allocator",
"vm-device", "vm-device",
@@ -974,7 +974,7 @@ dependencies = [
"mshv-ioctls", "mshv-ioctls",
"serde", "serde",
"serde_with", "serde_with",
"thiserror 1.0.62", "thiserror 2.0.6",
"vfio-ioctls", "vfio-ioctls",
"vm-memory", "vm-memory",
"vmm-sys-util", "vmm-sys-util",
@@ -1298,7 +1298,7 @@ dependencies = [
"rate_limiter", "rate_limiter",
"serde", "serde",
"serde_json", "serde_json",
"thiserror 1.0.62", "thiserror 2.0.6",
"virtio-bindings", "virtio-bindings",
"virtio-queue", "virtio-queue",
"vm-memory", "vm-memory",
@@ -1502,7 +1502,7 @@ dependencies = [
"libc", "libc",
"log", "log",
"serde", "serde",
"thiserror 1.0.62", "thiserror 2.0.6",
"vfio-bindings", "vfio-bindings",
"vfio-ioctls", "vfio-ioctls",
"vfio_user", "vfio_user",
@@ -1522,7 +1522,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"test_infra", "test_infra",
"thiserror 1.0.62", "thiserror 2.0.6",
"wait-timeout", "wait-timeout",
] ]
@@ -1740,7 +1740,7 @@ dependencies = [
"epoll", "epoll",
"libc", "libc",
"log", "log",
"thiserror 1.0.62", "thiserror 2.0.6",
"vmm-sys-util", "vmm-sys-util",
] ]
@@ -2127,7 +2127,7 @@ dependencies = [
"libc", "libc",
"log", "log",
"net_gen", "net_gen",
"thiserror 1.0.62", "thiserror 2.0.6",
"vmm-sys-util", "vmm-sys-util",
] ]
@@ -2370,7 +2370,7 @@ dependencies = [
"serde_json", "serde_json",
"serde_with", "serde_with",
"serial_buffer", "serial_buffer",
"thiserror 1.0.62", "thiserror 2.0.6",
"vhost", "vhost",
"virtio-bindings", "virtio-bindings",
"virtio-queue", "virtio-queue",
@@ -2410,7 +2410,7 @@ dependencies = [
"anyhow", "anyhow",
"hypervisor", "hypervisor",
"serde", "serde",
"thiserror 1.0.62", "thiserror 2.0.6",
"vfio-ioctls", "vfio-ioctls",
"vm-memory", "vm-memory",
"vmm-sys-util", "vmm-sys-util",
@@ -2440,7 +2440,7 @@ dependencies = [
"anyhow", "anyhow",
"serde", "serde",
"serde_json", "serde_json",
"thiserror 1.0.62", "thiserror 2.0.6",
"vm-memory", "vm-memory",
] ]
@@ -2495,7 +2495,7 @@ dependencies = [
"serde_json", "serde_json",
"serial_buffer", "serial_buffer",
"signal-hook", "signal-hook",
"thiserror 1.0.62", "thiserror 2.0.6",
"tracer", "tracer",
"uuid", "uuid",
"vfio-ioctls", "vfio-ioctls",
+1 -1
View File
@@ -42,7 +42,7 @@ option_parser = { path = "option_parser" }
seccompiler = { workspace = true } seccompiler = { workspace = true }
serde_json = "1.0.120" serde_json = "1.0.120"
signal-hook = "0.3.17" signal-hook = "0.3.17"
thiserror = "1.0.62" thiserror = "2.0.6"
tpm = { path = "tpm" } tpm = { path = "tpm" }
tracer = { path = "tracer" } tracer = { path = "tracer" }
vm-memory = { workspace = true } vm-memory = { workspace = true }
+1 -1
View File
@@ -5,5 +5,5 @@ name = "api_client"
version = "0.1.0" version = "0.1.0"
[dependencies] [dependencies]
thiserror = "1.0.62" thiserror = "2.0.6"
vmm-sys-util = { workspace = true } vmm-sys-util = { workspace = true }
+1 -1
View File
@@ -18,7 +18,7 @@ libc = "0.2.167"
linux-loader = { workspace = true, features = ["bzimage", "elf", "pe"] } linux-loader = { workspace = true, features = ["bzimage", "elf", "pe"] }
log = "0.4.22" log = "0.4.22"
serde = { version = "1.0.208", features = ["derive", "rc"] } serde = { version = "1.0.208", features = ["derive", "rc"] }
thiserror = "1.0.62" thiserror = "2.0.6"
uuid = "1.8.0" uuid = "1.8.0"
vm-memory = { workspace = true, features = ["backend-bitmap", "backend-mmap"] } vm-memory = { workspace = true, features = ["backend-bitmap", "backend-mmap"] }
vm-migration = { path = "../vm-migration" } vm-migration = { path = "../vm-migration" }
+1 -1
View File
@@ -17,7 +17,7 @@ log = "0.4.22"
remain = "0.2.14" remain = "0.2.14"
serde = { version = "1.0.208", features = ["derive"] } serde = { version = "1.0.208", features = ["derive"] }
smallvec = "1.13.2" smallvec = "1.13.2"
thiserror = "1.0.62" thiserror = "2.0.6"
uuid = { version = "1.8.0", features = ["v4"] } uuid = { version = "1.8.0", features = ["v4"] }
virtio-bindings = { workspace = true, features = ["virtio-v5_0_0"] } virtio-bindings = { workspace = true, features = ["virtio-v5_0_0"] }
virtio-queue = { workspace = true } virtio-queue = { workspace = true }
+1 -1
View File
@@ -17,7 +17,7 @@ log = "0.4.22"
num_enum = "0.7.2" num_enum = "0.7.2"
pci = { path = "../pci" } pci = { path = "../pci" }
serde = { version = "1.0.208", features = ["derive"] } serde = { version = "1.0.208", features = ["derive"] }
thiserror = "1.0.62" thiserror = "2.0.6"
tpm = { path = "../tpm" } tpm = { path = "../tpm" }
vm-allocator = { path = "../vm-allocator" } vm-allocator = { path = "../vm-allocator" }
vm-device = { path = "../vm-device" } vm-device = { path = "../vm-device" }
+1 -1
View File
@@ -33,7 +33,7 @@ serde = { version = "1.0.208", features = ["derive", "rc"] }
serde_with = { version = "3.9.0", default-features = false, features = [ serde_with = { version = "3.9.0", default-features = false, features = [
"macros", "macros",
] } ] }
thiserror = "1.0.62" thiserror = "2.0.6"
vfio-ioctls = { workspace = true, default-features = false } vfio-ioctls = { workspace = true, default-features = false }
vm-memory = { workspace = true, features = [ vm-memory = { workspace = true, features = [
"backend-atomic", "backend-atomic",
+1 -1
View File
@@ -12,7 +12,7 @@ log = "0.4.22"
net_gen = { path = "../net_gen" } net_gen = { path = "../net_gen" }
rate_limiter = { path = "../rate_limiter" } rate_limiter = { path = "../rate_limiter" }
serde = { version = "1.0.208", features = ["derive"] } serde = { version = "1.0.208", features = ["derive"] }
thiserror = "1.0.62" thiserror = "2.0.6"
virtio-bindings = { workspace = true } virtio-bindings = { workspace = true }
virtio-queue = { workspace = true } virtio-queue = { workspace = true }
vm-memory = { workspace = true, features = [ vm-memory = { workspace = true, features = [
+1 -1
View File
@@ -16,7 +16,7 @@ hypervisor = { path = "../hypervisor" }
libc = "0.2.167" libc = "0.2.167"
log = "0.4.22" log = "0.4.22"
serde = { version = "1.0.208", features = ["derive"] } serde = { version = "1.0.208", features = ["derive"] }
thiserror = "1.0.62" thiserror = "2.0.6"
vfio-bindings = { workspace = true, features = ["fam-wrappers"] } vfio-bindings = { workspace = true, features = ["fam-wrappers"] }
vfio-ioctls = { workspace = true, default-features = false } vfio-ioctls = { workspace = true, default-features = false }
vfio_user = { workspace = true } vfio_user = { workspace = true }
+1 -1
View File
@@ -11,5 +11,5 @@ dirs = "5.0.1"
serde = { version = "1.0.208", features = ["derive", "rc"] } serde = { version = "1.0.208", features = ["derive", "rc"] }
serde_json = "1.0.120" serde_json = "1.0.120"
test_infra = { path = "../test_infra" } test_infra = { path = "../test_infra" }
thiserror = "1.0.62" thiserror = "2.0.6"
wait-timeout = "0.2.0" wait-timeout = "0.2.0"
+1 -1
View File
@@ -7,5 +7,5 @@ version = "0.1.0"
epoll = "4.3.3" epoll = "4.3.3"
libc = "0.2.167" libc = "0.2.167"
log = "0.4.22" log = "0.4.22"
thiserror = "1.0.62" thiserror = "2.0.6"
vmm-sys-util = { workspace = true } vmm-sys-util = { workspace = true }
+1 -1
View File
@@ -11,5 +11,5 @@ byteorder = "1.5.0"
libc = "0.2.153" libc = "0.2.153"
log = "0.4.21" log = "0.4.21"
net_gen = { path = "../net_gen" } net_gen = { path = "../net_gen" }
thiserror = "1.0.58" thiserror = "2.0.6"
vmm-sys-util = { workspace = true } vmm-sys-util = { workspace = true }
+1 -1
View File
@@ -29,7 +29,7 @@ serde_with = { version = "3.9.0", default-features = false, features = [
"macros", "macros",
] } ] }
serial_buffer = { path = "../serial_buffer" } serial_buffer = { path = "../serial_buffer" }
thiserror = "1.0.62" thiserror = "2.0.6"
vhost = { workspace = true, features = [ vhost = { workspace = true, features = [
"vhost-kern", "vhost-kern",
"vhost-user-backend", "vhost-user-backend",
+1 -1
View File
@@ -13,7 +13,7 @@ mshv = ["vfio-ioctls/mshv"]
anyhow = "1.0.94" anyhow = "1.0.94"
hypervisor = { path = "../hypervisor" } hypervisor = { path = "../hypervisor" }
serde = { version = "1.0.208", features = ["derive", "rc"] } serde = { version = "1.0.208", features = ["derive", "rc"] }
thiserror = "1.0.62" thiserror = "2.0.6"
vfio-ioctls = { workspace = true, default-features = false } vfio-ioctls = { workspace = true, default-features = false }
vm-memory = { workspace = true, features = ["backend-mmap"] } vm-memory = { workspace = true, features = ["backend-mmap"] }
vmm-sys-util = { workspace = true } vmm-sys-util = { workspace = true }
+1 -1
View File
@@ -8,5 +8,5 @@ version = "0.1.0"
anyhow = "1.0.94" anyhow = "1.0.94"
serde = { version = "1.0.208", features = ["derive", "rc"] } serde = { version = "1.0.208", features = ["derive", "rc"] }
serde_json = "1.0.120" serde_json = "1.0.120"
thiserror = "1.0.62" thiserror = "2.0.6"
vm-memory = { workspace = true, features = ["backend-atomic", "backend-mmap"] } vm-memory = { workspace = true, features = ["backend-atomic", "backend-mmap"] }
+1 -1
View File
@@ -66,7 +66,7 @@ serde = { version = "1.0.208", features = ["derive", "rc"] }
serde_json = "1.0.120" serde_json = "1.0.120"
serial_buffer = { path = "../serial_buffer" } serial_buffer = { path = "../serial_buffer" }
signal-hook = "0.3.17" signal-hook = "0.3.17"
thiserror = "1.0.62" thiserror = "2.0.6"
tracer = { path = "../tracer" } tracer = { path = "../tracer" }
uuid = "1.8.0" uuid = "1.8.0"
vfio-ioctls = { workspace = true, default-features = false } vfio-ioctls = { workspace = true, default-features = false }