Skip to content

Commit

Permalink
chore: Update router-bridge to latest version (#471)
Browse files Browse the repository at this point in the history
Specifically, to bring in the update which adds `validate` to `plan`:

 - apollographql/federation-rs#37
  • Loading branch information
abernix authored Feb 15, 2022
1 parent a68cda3 commit 96b3c5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 apollo-router-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ include_dir = "0.7.2"
lru = "0.7.2"
miette = { version = "3.3.0", features = ["fancy"] }
once_cell = "1.9.0"
router-bridge = { git = "https://github.com/apollographql/federation-rs.git", rev = "6f1a7033d03ff7310644d033508256dcf759a602" }
router-bridge = { git = "https://github.com/apollographql/federation-rs.git", rev = "135a2c506c87e2b9eea47e2905383268e8d8d757" }
serde = { version = "1.0.136", features = ["derive", "rc"] }
serde_json = { version = "1.0.79", features = ["preserve_order"] }
serde_json_bytes = { version = "0.2.0", features = ["preserve_order"] }
Expand Down

0 comments on commit 96b3c5b

Please sign in to comment.