about summary refs log tree commit diff
path: root/compiler/rustc_errors
diff options
context:
space:
mode:
authorStuart Cook <Zalathar@users.noreply.github.com>2025-08-29 12:54:12 +1000
committerGitHub <noreply@github.com>2025-08-29 12:54:12 +1000
commit2246dda682c4995e0e4b432b72f810da2d525833 (patch)
treed0943e796c57429fa3c2fa7ab8ef7b443b5dd1e2 /compiler/rustc_errors
parent4ccf8ca7202d731cfb8fcea437a4413cf8e29af5 (diff)
parent475c29d30f7d31c63fad132908fa325a4fc30efe (diff)
downloadrust-2246dda682c4995e0e4b432b72f810da2d525833.tar.gz
rust-2246dda682c4995e0e4b432b72f810da2d525833.zip
Rollup merge of #145947 - nnethercote:workspace-members-2, r=Kobzol
Add more to the `[workspace.dependencies]` section in the top-level `Cargo.toml`

Following on from rust-lang/rust#145740.

r? `@Kobzol`
Diffstat (limited to 'compiler/rustc_errors')
-rw-r--r--compiler/rustc_errors/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_errors/Cargo.toml b/compiler/rustc_errors/Cargo.toml
index f5853855673..67a17ce88fa 100644
--- a/compiler/rustc_errors/Cargo.toml
+++ b/compiler/rustc_errors/Cargo.toml
@@ -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