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 120e2c8 commit 6ea5ef9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion below/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ once_cell = "1.12"
plain = "0.2"
procfs = { package = "fb_procfs", version = "0.8.1", path = "procfs" }
regex = "1.9.2"
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] }
signal-hook = "0.3"
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
slog-term = "2.8"
Expand Down
2 changes: 1 addition & 1 deletion below/dump/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ model = { package = "below-model", version = "0.8.1", path = "../model" }
once_cell = "1.12"
regex = "1.9.2"
render = { package = "below-render", version = "0.8.1", path = "../render" }
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
store = { package = "below-store", version = "0.8.1", path = "../store" }
tar = "0.4.40"
Expand Down
2 changes: 1 addition & 1 deletion below/model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ procfs = { package = "fb_procfs", version = "0.8.1", path = "../procfs" }
regex = "1.9.2"
resctrlfs = { version = "0.8.1", path = "../resctrlfs" }
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"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
tc = { package = "below-tc", version = "0.8.1", path = "../tc" }

Expand Down

0 comments on commit 6ea5ef9

Please sign in to comment.