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 c6cc81f commit ac83b0f
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.125", features = ["float_roundtrip", "unbounded_depth"] }
serde_json = { version = "1.0.132", 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.125", features = ["float_roundtrip", "unbounded_depth"] }
serde_json = { version = "1.0.132", features = ["float_roundtrip", "unbounded_depth"] }
tempfile = "3.8"
tokio = { version = "1.41.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.125", features = ["float_roundtrip", "unbounded_depth"] }
serde_json = { version = "1.0.132", features = ["float_roundtrip", "unbounded_depth"] }
shell-words = "1.1.0"
tempfile = "3.8"
tokio = { version = "1.41.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.125", features = ["float_roundtrip", "unbounded_depth"] }
serde_json = { version = "1.0.132", 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 ac83b0f

Please sign in to comment.