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

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