misc: streamline thiserror cargo dep

As almost every sub crate depends on thiserror, lets upgrade it to a
workspace dependency.

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
Philipp Schuster
2025-05-26 16:10:44 +02:00
committed by Bo Chen
parent 24a6a1805b
commit 20296e909a
20 changed files with 49 additions and 46 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ serde = { version = "1.0.208", features = ["derive", "rc"] }
serde_json = { workspace = true }
serial_buffer = { path = "../serial_buffer" }
signal-hook = "0.3.18"
thiserror = "2.0.6"
thiserror = { workspace = true }
tracer = { path = "../tracer" }
uuid = "1.12.1"
vfio-ioctls = { workspace = true, default-features = false }