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 8016dad commit aa5b7fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.23", features = ["serde"] }
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"] }
serde_starlark = "0.1.13"
strum = { version = "0.26.2", features = ["derive"] }
syn = { version = "2.0.85", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
Expand Down

0 comments on commit aa5b7fa

Please sign in to comment.