Skip to content

Commit 103c81e

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 4e86f7b commit 103c81e

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
@@ -29,7 +29,7 @@ rayon = "1.9.0"
2929
rustsec = "0.26"
3030
semver = { version = "1.0.17", features = ["serde"] }
3131
serde = { version = "1.0.185", features = ["derive", "rc"] }
32-
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
32+
serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] }
3333
serde_starlark = "0.1.13"
3434
strum = { version = "0.26.2", features = ["derive"] }
3535
syn = { version = "2.0.79", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }

0 commit comments

Comments
 (0)