mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-22 20:45:21 +00:00
build: Bump thiserror version
Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
abf5748f64
commit
eeae63b459
30
Cargo.lock
generated
30
Cargo.lock
generated
@ -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",
|
||||
|
@ -42,7 +42,7 @@ option_parser = { path = "option_parser" }
|
||||
seccompiler = { workspace = true }
|
||||
serde_json = "1.0.120"
|
||||
signal-hook = "0.3.17"
|
||||
thiserror = "1.0.62"
|
||||
thiserror = "2.0.6"
|
||||
tpm = { path = "tpm" }
|
||||
tracer = { path = "tracer" }
|
||||
vm-memory = { workspace = true }
|
||||
|
@ -5,5 +5,5 @@ name = "api_client"
|
||||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
thiserror = "1.0.62"
|
||||
thiserror = "2.0.6"
|
||||
vmm-sys-util = { workspace = true }
|
||||
|
@ -18,7 +18,7 @@ libc = "0.2.167"
|
||||
linux-loader = { workspace = true, features = ["bzimage", "elf", "pe"] }
|
||||
log = "0.4.22"
|
||||
serde = { version = "1.0.208", features = ["derive", "rc"] }
|
||||
thiserror = "1.0.62"
|
||||
thiserror = "2.0.6"
|
||||
uuid = "1.8.0"
|
||||
vm-memory = { workspace = true, features = ["backend-bitmap", "backend-mmap"] }
|
||||
vm-migration = { path = "../vm-migration" }
|
||||
|
@ -17,7 +17,7 @@ log = "0.4.22"
|
||||
remain = "0.2.14"
|
||||
serde = { version = "1.0.208", features = ["derive"] }
|
||||
smallvec = "1.13.2"
|
||||
thiserror = "1.0.62"
|
||||
thiserror = "2.0.6"
|
||||
uuid = { version = "1.8.0", features = ["v4"] }
|
||||
virtio-bindings = { workspace = true, features = ["virtio-v5_0_0"] }
|
||||
virtio-queue = { workspace = true }
|
||||
|
@ -17,7 +17,7 @@ log = "0.4.22"
|
||||
num_enum = "0.7.2"
|
||||
pci = { path = "../pci" }
|
||||
serde = { version = "1.0.208", features = ["derive"] }
|
||||
thiserror = "1.0.62"
|
||||
thiserror = "2.0.6"
|
||||
tpm = { path = "../tpm" }
|
||||
vm-allocator = { path = "../vm-allocator" }
|
||||
vm-device = { path = "../vm-device" }
|
||||
|
@ -33,7 +33,7 @@ serde = { version = "1.0.208", features = ["derive", "rc"] }
|
||||
serde_with = { version = "3.9.0", default-features = false, features = [
|
||||
"macros",
|
||||
] }
|
||||
thiserror = "1.0.62"
|
||||
thiserror = "2.0.6"
|
||||
vfio-ioctls = { workspace = true, default-features = false }
|
||||
vm-memory = { workspace = true, features = [
|
||||
"backend-atomic",
|
||||
|
@ -12,7 +12,7 @@ log = "0.4.22"
|
||||
net_gen = { path = "../net_gen" }
|
||||
rate_limiter = { path = "../rate_limiter" }
|
||||
serde = { version = "1.0.208", features = ["derive"] }
|
||||
thiserror = "1.0.62"
|
||||
thiserror = "2.0.6"
|
||||
virtio-bindings = { workspace = true }
|
||||
virtio-queue = { workspace = true }
|
||||
vm-memory = { workspace = true, features = [
|
||||
|
@ -16,7 +16,7 @@ hypervisor = { path = "../hypervisor" }
|
||||
libc = "0.2.167"
|
||||
log = "0.4.22"
|
||||
serde = { version = "1.0.208", features = ["derive"] }
|
||||
thiserror = "1.0.62"
|
||||
thiserror = "2.0.6"
|
||||
vfio-bindings = { workspace = true, features = ["fam-wrappers"] }
|
||||
vfio-ioctls = { workspace = true, default-features = false }
|
||||
vfio_user = { workspace = true }
|
||||
|
@ -11,5 +11,5 @@ dirs = "5.0.1"
|
||||
serde = { version = "1.0.208", features = ["derive", "rc"] }
|
||||
serde_json = "1.0.120"
|
||||
test_infra = { path = "../test_infra" }
|
||||
thiserror = "1.0.62"
|
||||
thiserror = "2.0.6"
|
||||
wait-timeout = "0.2.0"
|
||||
|
@ -7,5 +7,5 @@ version = "0.1.0"
|
||||
epoll = "4.3.3"
|
||||
libc = "0.2.167"
|
||||
log = "0.4.22"
|
||||
thiserror = "1.0.62"
|
||||
thiserror = "2.0.6"
|
||||
vmm-sys-util = { workspace = true }
|
||||
|
@ -11,5 +11,5 @@ byteorder = "1.5.0"
|
||||
libc = "0.2.153"
|
||||
log = "0.4.21"
|
||||
net_gen = { path = "../net_gen" }
|
||||
thiserror = "1.0.58"
|
||||
thiserror = "2.0.6"
|
||||
vmm-sys-util = { workspace = true }
|
||||
|
@ -29,7 +29,7 @@ serde_with = { version = "3.9.0", default-features = false, features = [
|
||||
"macros",
|
||||
] }
|
||||
serial_buffer = { path = "../serial_buffer" }
|
||||
thiserror = "1.0.62"
|
||||
thiserror = "2.0.6"
|
||||
vhost = { workspace = true, features = [
|
||||
"vhost-kern",
|
||||
"vhost-user-backend",
|
||||
|
@ -13,7 +13,7 @@ mshv = ["vfio-ioctls/mshv"]
|
||||
anyhow = "1.0.94"
|
||||
hypervisor = { path = "../hypervisor" }
|
||||
serde = { version = "1.0.208", features = ["derive", "rc"] }
|
||||
thiserror = "1.0.62"
|
||||
thiserror = "2.0.6"
|
||||
vfio-ioctls = { workspace = true, default-features = false }
|
||||
vm-memory = { workspace = true, features = ["backend-mmap"] }
|
||||
vmm-sys-util = { workspace = true }
|
||||
|
@ -8,5 +8,5 @@ version = "0.1.0"
|
||||
anyhow = "1.0.94"
|
||||
serde = { version = "1.0.208", features = ["derive", "rc"] }
|
||||
serde_json = "1.0.120"
|
||||
thiserror = "1.0.62"
|
||||
thiserror = "2.0.6"
|
||||
vm-memory = { workspace = true, features = ["backend-atomic", "backend-mmap"] }
|
||||
|
@ -66,7 +66,7 @@ serde = { version = "1.0.208", features = ["derive", "rc"] }
|
||||
serde_json = "1.0.120"
|
||||
serial_buffer = { path = "../serial_buffer" }
|
||||
signal-hook = "0.3.17"
|
||||
thiserror = "1.0.62"
|
||||
thiserror = "2.0.6"
|
||||
tracer = { path = "../tracer" }
|
||||
uuid = "1.8.0"
|
||||
vfio-ioctls = { workspace = true, default-features = false }
|
||||
|
Loading…
x
Reference in New Issue
Block a user