mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Update apollo-router to 2.13.1 (#7944)
Co-authored-by: kamilkisiela <8167190+kamilkisiela@users.noreply.github.com>
This commit is contained in:
parent
01184317c7
commit
c6905421e7
1 changed files with 6 additions and 6 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
|
@ -122,9 +122,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "apollo-federation"
|
||||
version = "2.13.0"
|
||||
version = "2.13.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "09b6f4f9e70a11dd9756542b8d9d071d96afcc6bf851d44bed54cd964deff325"
|
||||
checksum = "3f6cda42a8c302a0b26fcb50096e6932eb8bd31bec3a4e506e2b6825c584bc1c"
|
||||
dependencies = [
|
||||
"apollo-compiler",
|
||||
"derive_more",
|
||||
|
|
@ -171,9 +171,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "apollo-router"
|
||||
version = "2.13.0"
|
||||
version = "2.13.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "139abbac48b5fbcd3f59df56d6ce9979fda860da61f2b0acb8a0365bbe6b315f"
|
||||
checksum = "f69bbb0cb147c2224f6302b2d5caa81de144a81bb930e02af74246030659ebf1"
|
||||
dependencies = [
|
||||
"addr2line",
|
||||
"ahash",
|
||||
|
|
@ -4602,7 +4602,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "343d3bd7056eda839b03204e68deff7d1b13aba7af2b2fd16890697274262ee7"
|
||||
dependencies = [
|
||||
"heck 0.5.0",
|
||||
"itertools 0.11.0",
|
||||
"itertools 0.14.0",
|
||||
"log",
|
||||
"multimap 0.10.1",
|
||||
"petgraph 0.8.3",
|
||||
|
|
@ -4623,7 +4623,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"itertools 0.11.0",
|
||||
"itertools 0.14.0",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.117",
|
||||
|
|
|
|||
Loading…
Reference in a new issue