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 f7fc89b commit 74c3ee6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion shed/cached_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ chrono = { version = "0.4", features = ["clock", "serde", "std"], default-featur
fbinit = { version = "0.2.0", path = "../fbinit" }
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.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"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] }

Expand Down
2 changes: 1 addition & 1 deletion shed/chrome_trace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bytes = { version = "1.6.0", features = ["serde"] }
flate2 = { version = "1.0.33", features = ["rust_backend"], default-features = false }
libc = "0.2.139"
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"] }
zstd = { version = "0.13", features = ["experimental", "zstdmt"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion shed/justknobs_stub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cached_config = { version = "0.1.0", path = "../cached_config" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
just_knobs_struct = { version = "0.1.0", path = "cached_config_thrift_struct" }
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"] }
tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] }

Expand Down
2 changes: 1 addition & 1 deletion shed/scuba_sample/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fbinit = { version = "0.2.0", path = "../fbinit" }
rand = { version = "0.8", features = ["small_rng"] }
scuba_sample_derive = { version = "0.1.0", path = "derive" }
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"] }
thiserror = "1.0.64"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion shed/scuba_sample/derive_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ path = "test.rs"

[dev-dependencies]
scuba_sample = { version = "0.1.0", path = ".." }
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 shed/secure_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ libc = "0.2.139"
openssl = "0.10.63"
openssl-sys = "0.9.99"
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"] }

[lints]
Expand Down

0 comments on commit 74c3ee6

Please sign in to comment.