Skip to content

Commit cef3f13

Browse files
deps: update apollo-compiler (#7338)
1 parent a241404 commit cef3f13

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### Reject `@skip`/`@include` on subscription root fields in validation ([PR #7338](https://github.com/apollographql/router/pull/7338))
2+
3+
This implements a [GraphQL spec RFC](https://github.com/graphql/graphql-spec/pull/860), rejecting subscriptions in validation that can be invalid during execution.
4+
5+
By [@goto-bus-stop](https://github.com/goto-bus-stop) in https://github.com/apollographql/router/pull/7338

Cargo.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
162162

163163
[[package]]
164164
name = "apollo-compiler"
165-
version = "1.27.0"
165+
version = "1.28.0"
166166
source = "registry+https://github.com/rust-lang/crates.io-index"
167-
checksum = "1bb8a0d8a54b31d8a9efcc25d4be3d949d823e8105a710861d6d4a4ef811b5f2"
167+
checksum = "b3eb9f97e5cc573361cdeb65204fbb7c459c9a9d5a6bec48ee37355c642a06ad"
168168
dependencies = [
169169
"ahash",
170170
"apollo-parser",
@@ -173,7 +173,7 @@ dependencies = [
173173
"rowan",
174174
"serde",
175175
"serde_json_bytes",
176-
"thiserror 1.0.69",
176+
"thiserror 2.0.10",
177177
"triomphe",
178178
"typed-arena",
179179
]

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ debug = 1
4747
# Dependencies used in more than one place are specified here in order to keep versions in sync:
4848
# https://doc.rust-lang.org/cargo/reference/workspaces.html#the-dependencies-table
4949
[workspace.dependencies]
50-
apollo-compiler = "1.27.0"
50+
apollo-compiler = "1.28.0"
5151
apollo-parser = "0.8.4"
5252
apollo-smith = "0.15.0"
5353
async-trait = "0.1.77"

0 commit comments

Comments
 (0)