Skip to content

Commit

Permalink
Upgrade serde_json to 1.0.125
Browse files Browse the repository at this point in the history
Summary: It has some fixes from the previous 1.0.100

Reviewed By: Imxset21

Differential Revision: D63983796

fbshipit-source-id: 5dc5b48ac515d8901a942d737a1f1f1057060cad
  • Loading branch information
jagill authored and facebook-github-bot committed Oct 7, 2024
1 parent 4e86f7b commit 103c81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rayon = "1.9.0"
rustsec = "0.26"
semver = { version = "1.0.17", features = ["serde"] }
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] }
serde_starlark = "0.1.13"
strum = { version = "0.26.2", features = ["derive"] }
syn = { version = "2.0.79", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
Expand Down

0 comments on commit 103c81e

Please sign in to comment.