Skip to content

Commit

Permalink
update serde 1.0.203->1.0.214, serde_json 1.0.125->1.0.132
Browse files Browse the repository at this point in the history
Summary: - fix some cfg for serde_json which changed in the meantime

Reviewed By: dtolnay

Differential Revision: D65182502

fbshipit-source-id: 9234db3ca89334552a0e12ac7e90b59b0bdf2897
  • Loading branch information
mimir-d authored and facebook-github-bot committed Oct 31, 2024
1 parent 5214b8f commit 077666c
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.125", features = ["float_roundtrip", "unbounded_depth"] }
serde_json = { version = "1.0.132", 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.125", features = ["float_roundtrip", "unbounded_depth"] }
serde_json = { version = "1.0.132", 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.42"
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.125", features = ["float_roundtrip", "unbounded_depth"] }
serde_json = { version = "1.0.132", 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 077666c

Please sign in to comment.