diff options
| author | Eduardo Broto <ebroto@tutanota.com> | 2020-10-24 22:59:44 +0200 |
|---|---|---|
| committer | Eduardo Broto <ebroto@tutanota.com> | 2020-10-24 22:59:44 +0200 |
| commit | a5139196029c8e9bc6e431e11c5e8780c6ee7f62 (patch) | |
| tree | 328f146b3bb5fd369d79fe692f2f0639d9a34d54 | |
| parent | ca11eeb563399b78896dbf40e827594d53a84b7f (diff) | |
| download | rust-a5139196029c8e9bc6e431e11c5e8780c6ee7f62.tar.gz rust-a5139196029c8e9bc6e431e11c5e8780c6ee7f62.zip | |
Add unbounded_depth to serde_json (clippy-driver)
| -rw-r--r-- | src/tools/rustc-workspace-hack/Cargo.toml | 2 |
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'] } |
