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

View File

@@ -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 }