build: Centralize serde_json crate to workspace

`serde_json` crate is referenced by multiple components, centralize it
to workspace to better manage this crate.

Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
This commit is contained in:
Jinank Jain
2025-04-01 08:41:32 +00:00
parent 6bb33601d0
commit 3698b8e74c
10 changed files with 14 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ pci = { path = "../pci" }
rate_limiter = { path = "../rate_limiter" }
seccompiler = { workspace = true }
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0.120"
serde_json = { workspace = true }
serde_with = { version = "3.9.0", default-features = false, features = [
"macros",
] }