Skip to content

Commit 974c8be

Browse files
committed
Auto merge of #1205 - RalfJung:serde, r=RalfJung
downgrade serde_json to match rustc workspace @bors r+
2 parents e05639a + 5c4dc07 commit 974c8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ required-features = ["rustc_tests"]
3333
cargo_metadata = { version = "0.9.0", optional = true }
3434
directories = { version = "2.0", optional = true }
3535
rustc_version = { version = "0.2.3", optional = true }
36-
serde_json = { version = "1.0.44", optional = true }
36+
serde_json = { version = "1.0.40", optional = true }
3737

3838
getrandom = { version = "0.1.8", features = ["std"] }
3939
byteorder = "1.3"

0 commit comments

Comments
 (0)