about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEduardo Broto <ebroto@tutanota.com>2020-10-24 22:59:44 +0200
committerEduardo Broto <ebroto@tutanota.com>2020-10-24 22:59:44 +0200
commita5139196029c8e9bc6e431e11c5e8780c6ee7f62 (patch)
tree328f146b3bb5fd369d79fe692f2f0639d9a34d54
parentca11eeb563399b78896dbf40e827594d53a84b7f (diff)
downloadrust-a5139196029c8e9bc6e431e11c5e8780c6ee7f62.tar.gz
rust-a5139196029c8e9bc6e431e11c5e8780c6ee7f62.zip
Add unbounded_depth to serde_json (clippy-driver)
-rw-r--r--src/tools/rustc-workspace-hack/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rustc-workspace-hack/Cargo.toml b/src/tools/rustc-workspace-hack/Cargo.toml
index 11d61606ff5..213cb07fddf 100644
--- a/src/tools/rustc-workspace-hack/Cargo.toml
+++ b/src/tools/rustc-workspace-hack/Cargo.toml
@@ -66,7 +66,7 @@ crossbeam-utils = { version = "0.7.2", features = ["nightly"] }
 proc-macro2 = { version = "1", features = ["default"] }
 quote = { version = "1", features = ["default"] }
 serde = { version = "1.0.82", features = ['derive'] }
-serde_json = { version = "1.0.31", features = ["raw_value"] }
+serde_json = { version = "1.0.31", features = ["raw_value", "unbounded_depth"] }
 smallvec-0_6 = { package = "smallvec", version = "0.6", features = ['union', 'may_dangle'] }
 smallvec = { version = "1.0", features = ['union', 'may_dangle'] }
 syn = { version = "1", features = ['fold', 'full', 'extra-traits', 'visit', 'visit-mut'] }