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
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 ba2c331 commit 0e24648
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion compiler/crates/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ md-5 = "0.10"
rayon = "1.9.0"
schemars = { version = "0.8.21", features = ["indexmap2"] }
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"] }
typetag = "0.2.15"
2 changes: 1 addition & 1 deletion compiler/crates/intern/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ smallvec = { version = "1.6.1", features = ["serde", "union"] }
[dev-dependencies]
bincode = "1.3.3"
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 compiler/crates/js-config-loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "tests/lib.rs"

[dependencies]
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 compiler/crates/persist-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT"
hyper = { version = "0.14.26", features = ["client", "http1", "http2", "stream"] }
hyper-tls = "0.5"
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"
url = "2.5.2"

Expand Down
2 changes: 1 addition & 1 deletion compiler/crates/relay-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ schema-validate-lib = { path = "../schema-validate" }
schemars = { version = "0.8.21", features = ["indexmap2"] }
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_bser = "0.3"
serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] }
serde_json = { version = "1.0.132", features = ["float_roundtrip", "unbounded_depth"] }
sha1 = "0.10.5"
sha2 = "0.10.6"
signedsource = { path = "../signedsource" }
Expand Down
2 changes: 1 addition & 1 deletion compiler/crates/relay-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ pathdiff = "0.2"
regex = "1.9.2"
schemars = { version = "0.8.21", features = ["indexmap2"] }
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"] }
strum = { version = "0.26.2", features = ["derive"] }
2 changes: 1 addition & 1 deletion compiler/crates/relay-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ schema-diff = { path = "../schema-diff" }
schema-documentation = { path = "../schema-documentation" }
schema-print = { path = "../schema-print" }
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"] }
tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] }

[dev-dependencies]
Expand Down

0 comments on commit 0e24648

Please sign in to comment.