Skip to content

Commit

Permalink
chore: use router bridge from federation-rs (#446)
Browse files Browse the repository at this point in the history
Iterating on avery's great work moving the rust parts of federation to a separate repository, we can now target the recently public federation-rs repository, which this commit achieves.
  • Loading branch information
o0Ignition0o authored Feb 14, 2022
1 parent 1a41ee8 commit 5f08ad2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions apollo-router-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ 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.git", rev = "950eb931e38746bb7cfed05382d6970a22e43cc4" }
router-bridge = { git = "https://github.com/apollographql/federation-rs.git", rev = "6f1a7033d03ff7310644d033508256dcf759a602" }
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"]}
serde_json_bytes = { version = "0.2.0", features = ["preserve_order"] }
thiserror = "1.0.30"
tokio = { version = "1.16.1", features = ["rt"] }
tracing = "0.1.30"
Expand Down

0 comments on commit 5f08ad2

Please sign in to comment.