Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit 8b40460

Browse files
committed
Update json crate to 0.12
1 parent 96e27f2 commit 8b40460

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
@@ -8,7 +8,7 @@ publish = false
88
[dependencies]
99
getopts = "0.2"
1010
jemallocator = "0.3"
11-
json = { version = "0.11", optional = true }
11+
json = { version = "0.12", optional = true }
1212
rustc-serialize = { version = "0.3", optional = true }
1313
serde = { version = "1.0", features = ["derive"], optional = true }
1414
serde-bench = { version = "0.0.7", optional = true }

0 commit comments

Comments
 (0)