Skip to content

Commit

Permalink
fix(deps): update apollo-rs crates (patch) (#3850)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [apollo-compiler](https://togithub.com/apollographql/apollo-rs) |
dependencies | patch | `0.11.1` -> `0.11.2` |
| [apollo-parser](https://togithub.com/apollographql/apollo-rs) |
dependencies | patch | `0.6.1` -> `0.6.2` |
| [apollo-parser](https://togithub.com/apollographql/apollo-rs) |
build-dependencies | patch | `0.6.1` -> `0.6.2` |

---

### Release Notes

<details>
<summary>apollographql/apollo-rs (apollo-compiler)</summary>

###
[`v0.11.2`](https://togithub.com/apollographql/apollo-rs/releases/tag/apollo-compiler%400.11.2)

[Compare
Source](https://togithub.com/apollographql/apollo-rs/compare/[email protected]@0.11.2)

#### Fixes

-   validate input value types, by \[goto-bus-stop] in \[pull/642]

This fixes an oversight in the validation rules implemented by
`compiler.db.validate()`. Previously, incorrect
    types on input values and arguments were not reported:

    ```graphql
    type ObjectType {
      id: ID!
    }
    input InputObject {
    ```

### accepted in <= 0.11.1, reports "TypeThatDoesNotExist is not in
scope" in 0.11.2

    property: TypeThatDoesNotExist

### accepted in <= 0.11.1, reports "ObjectType is not an input type" in
0.11.2

    inputType: ObjectType

}

```

[goto-bus-stop]: https://togithub.com/goto-bus-stop
[pull/642]: https://togithub.com/apollographql/apollo-rs/pull/642
```

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/apollographql/router).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6ImRldiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent f16523c commit 8a208c9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
25 changes: 13 additions & 12 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,11 @@ dependencies = [

[[package]]
name = "apollo-compiler"
version = "0.11.1"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7170c0c3761b0f11b9b0bd51b9720176776e1004df9f3b190d53a4f455873bcc"
checksum = "d9c5a0aa9cc4b5f9fc4aec3ecd76f4acc4407922c3c0e862b87f1c761c96a9bf"
dependencies = [
"apollo-parser 0.6.1",
"apollo-parser 0.6.2",
"ariadne",
"indexmap 2.0.0",
"ordered-float 3.9.0",
Expand All @@ -236,8 +236,8 @@ version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b323dfc43b95a8806a401aed913e84db297162c6295bca620c0f57956cdb52cf"
dependencies = [
"apollo-compiler 0.11.1",
"apollo-parser 0.6.1",
"apollo-compiler 0.11.2",
"apollo-parser 0.6.2",
"thiserror",
]

Expand All @@ -253,10 +253,11 @@ dependencies = [

[[package]]
name = "apollo-parser"
version = "0.6.1"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72d7e4a7f8862c19d5154b4a146f59d26a5f86678acd4fec1d5d87bd4c9284ab"
checksum = "e565c10133fbefa3cc9ac6c940bbfc2ed6086def9ec39b0f87a86cf9499aadd2"
dependencies = [
"memchr",
"rowan",
"thiserror",
]
Expand All @@ -267,9 +268,9 @@ version = "1.30.0"
dependencies = [
"access-json",
"anyhow",
"apollo-compiler 0.11.1",
"apollo-compiler 0.11.2",
"apollo-encoder",
"apollo-parser 0.6.1",
"apollo-parser 0.6.2",
"arc-swap",
"askama",
"async-compression",
Expand Down Expand Up @@ -412,7 +413,7 @@ dependencies = [
name = "apollo-router-benchmarks"
version = "1.30.0"
dependencies = [
"apollo-parser 0.6.1",
"apollo-parser 0.6.2",
"apollo-router",
"apollo-smith",
"arbitrary",
Expand Down Expand Up @@ -445,7 +446,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13ed94bb9de9f24da12ca2122b8eeaa7484d17b090dc84daaaba6b6ac2bee89b"
dependencies = [
"apollo-encoder",
"apollo-parser 0.6.1",
"apollo-parser 0.6.2",
"arbitrary",
"once_cell",
"thiserror",
Expand Down Expand Up @@ -5203,7 +5204,7 @@ dependencies = [
name = "router-fuzz"
version = "0.0.0"
dependencies = [
"apollo-parser 0.6.1",
"apollo-parser 0.6.2",
"apollo-smith",
"env_logger",
"libfuzzer-sys",
Expand Down
2 changes: 1 addition & 1 deletion apollo-router-benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tower = "0.4"

[build-dependencies]
apollo-smith = { version = "0.4.0", features = ["parser-impl"] }
apollo-parser = "0.6.1"
apollo-parser = "0.6.2"
arbitrary = "1.3.0"

[[bench]]
Expand Down
4 changes: 2 additions & 2 deletions apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ features = ["docs_rs"]
askama = "0.12.0"
access-json = "0.1.0"
anyhow = "1.0.75"
apollo-compiler = "0.11.1"
apollo-compiler = "0.11.2"
apollo-encoder = "0.7.0"
apollo-parser = "0.6.1"
apollo-parser = "0.6.2"
arc-swap = "1.6.0"
async-compression = { version = "0.4.1", features = [
"tokio",
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.4"
apollo-smith = { version = "0.4.0", features = ["parser-impl"] }
apollo-parser = "0.6.1"
apollo-parser = "0.6.2"
env_logger = "0.10.0"
log = "0.4"
reqwest = { version = "0.11", default-features = false, features = ["json", "blocking"] }
Expand Down

0 comments on commit 8a208c9

Please sign in to comment.