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

@@ -49,7 +49,7 @@ rustc_span = { path = "../rustc_span" }
rustc_target = { path = "../rustc_target" }
rustc_trait_selection = { path = "../rustc_trait_selection" }
rustc_ty_utils = { path = "../rustc_ty_utils" }
serde_json = "1.0.59"
serde_json.workspace = true
shlex = "1.0"
tracing.workspace = true
# tidy-alphabetical-end