diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-08-27 19:58:21 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-08-28 20:10:54 +1000 |
| commit | daf6fe2c1b51877d027453191ec648f52fc0ea8c (patch) | |
| tree | 8979be2b97cc4fbb04efbeb74e8e2ed1024bd625 /compiler/rustc_target | |
| parent | 12dc789bc657b1f0b695c39f81de9269f8c709b4 (diff) | |
| download | rust-daf6fe2c1b51877d027453191ec648f52fc0ea8c.tar.gz rust-daf6fe2c1b51877d027453191ec648f52fc0ea8c.zip | |
Add `serde_json` to `[workspace.dependencies]`.
Diffstat (limited to 'compiler/rustc_target')
| -rw-r--r-- | compiler/rustc_target/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_target/Cargo.toml b/compiler/rustc_target/Cargo.toml index 3c257bf38a5..ed59ee2a575 100644 --- a/compiler/rustc_target/Cargo.toml +++ b/compiler/rustc_target/Cargo.toml @@ -16,7 +16,7 @@ rustc_serialize = { path = "../rustc_serialize" } rustc_span = { path = "../rustc_span" } serde = "1.0.219" serde_derive = "1.0.219" -serde_json = "1.0.59" +serde_json.workspace = true serde_path_to_error = "0.1.17" tracing.workspace = true # tidy-alphabetical-end |
