Skip to content

Commit a513919

Browse files
committed
Add unbounded_depth to serde_json (clippy-driver)
1 parent ca11eeb commit a513919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rustc-workspace-hack/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ crossbeam-utils = { version = "0.7.2", features = ["nightly"] }
6666
proc-macro2 = { version = "1", features = ["default"] }
6767
quote = { version = "1", features = ["default"] }
6868
serde = { version = "1.0.82", features = ['derive'] }
69-
serde_json = { version = "1.0.31", features = ["raw_value"] }
69+
serde_json = { version = "1.0.31", features = ["raw_value", "unbounded_depth"] }
7070
smallvec-0_6 = { package = "smallvec", version = "0.6", features = ['union', 'may_dangle'] }
7171
smallvec = { version = "1.0", features = ['union', 'may_dangle'] }
7272
syn = { version = "1", features = ['fold', 'full', 'extra-traits', 'visit', 'visit-mut'] }

0 commit comments

Comments
 (0)