Add serde_json to [workspace.dependencies].

This commit is contained in:
Nicholas Nethercote
2025-08-27 19:58:21 +10:00
parent 12dc789bc6
commit daf6fe2c1b
19 changed files with 19 additions and 18 deletions

View File

@@ -21,7 +21,7 @@ rustc_macros = { path = "../rustc_macros" }
rustc_serialize = { path = "../rustc_serialize" }
rustc_span = { path = "../rustc_span" }
serde = { version = "1.0.125", features = ["derive"] }
serde_json = "1.0.59"
serde_json.workspace = true
termcolor = "1.2.0"
termize = "0.2"
tracing.workspace = true