Skip to content

Commit

Permalink
Update Rust crate serde_json to 1.0.66 (apollographql#71)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot committed Jul 29, 2021
1 parent 2f5823f commit 106a5af
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 @@ -22,5 +22,5 @@ clap = "2.33.3"
serde_yaml = "0.8.17"

[dev-dependencies]
serde_json = "1.0.65"
serde_json = "1.0.66"
maplit = "1.0.2"
2 changes: 1 addition & 1 deletion crates/execution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license-file = "./LICENSE"
query-planner = { path = "../query-planner" }
configuration = { path = "../configuration" }
futures = "0.3.16"
serde_json = "1.0.65"
serde_json = "1.0.66"
serde = { version = "1.0.126", features = ["derive"] }
derive_more = "0.99.16"
thiserror = "1.0.26"
Expand Down
2 changes: 1 addition & 1 deletion crates/query-planner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license-file = "./LICENSE"

[dependencies]
harmonizer = { git = "https://github.com/apollographql/federation.git", branch = "query-planer-js-bridge"}
serde_json = "1.0.65"
serde_json = "1.0.66"
serde = { version = "1.0.126", features = ["derive"] }
derive_more = "0.99.16"
thiserror = "1.0.26"
Expand Down
2 changes: 1 addition & 1 deletion crates/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ log = "0.4.14"
env_logger = "0.8.4"
notify = "4.0.17"
thiserror = "1.0.26"
serde_json = "1.0.65"
serde_json = "1.0.66"
derivative = "2.2.0"

[dev-dependencies]
Expand Down

0 comments on commit 106a5af

Please sign in to comment.