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 c8248ab commit 53eeeaf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/edit-distance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ serde = { version = "1.0.185", features = ["derive", "rc"] }

[dev-dependencies]
rand = { version = "0.8", features = ["small_rng"] }
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] }
2 changes: 1 addition & 1 deletion detcore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ raw-cpuid = "10.6.0"
regex = "1.9.2"
reverie = { version = "0.1.0", git = "https://github.com/facebookexperimental/reverie.git", branch = "main" }
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"] }
tempfile = "3.8"
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
tracing = { version = "0.1.40", features = ["attributes", "valuable"] }
Expand Down
2 changes: 1 addition & 1 deletion hermit-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ regex = "1.9.2"
reverie = { version = "0.1.0", git = "https://github.com/facebookexperimental/reverie.git", branch = "main" }
reverie-ptrace = { version = "0.1.0", git = "https://github.com/facebookexperimental/reverie.git", branch = "main" }
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"] }
shell-words = "1.1.0"
tempfile = "3.8"
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
Expand Down
2 changes: 1 addition & 1 deletion hermit-verify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ detcore-model = { version = "0.0.0", path = "../detcore-model" }
edit-distance = { version = "0.0.0", path = "../common/edit-distance" }
fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
rand = { version = "0.8", features = ["small_rng"] }
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] }
similar = { version = "2.2.0", features = ["inline"] }
tempfile = "3.8"
tracing = { version = "0.1.40", features = ["attributes", "valuable"] }
Expand Down

0 comments on commit 53eeeaf

Please sign in to comment.