Skip to content

Commit b63f0d7

Browse files
jagillfacebook-github-bot
authored andcommitted
Upgrade serde_json to 1.0.125
Summary: It has some fixes from the previous 1.0.100 Reviewed By: Imxset21 Differential Revision: D63983796 fbshipit-source-id: 5dc5b48ac515d8901a942d737a1f1f1057060cad
1 parent f94a669 commit b63f0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

watchman/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ anyhow = "1.0.86"
1414
duct = "0.13.6"
1515
jwalk = "0.6"
1616
serde = { version = "1.0.185", features = ["derive", "rc"] }
17-
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
17+
serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] }
1818
structopt = "0.3.26"
1919
sysinfo = "0.30.11"
2020
tabular = "0.2.0"

0 commit comments

Comments
 (0)