router
router copied to clipboard
fix(deps): update rust crate tokio-tungstenite to 0.27.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| tokio-tungstenite | dependencies | minor | 0.26.1 -> 0.27.0 |
Release Notes
snapview/tokio-tungstenite (tokio-tungstenite)
v0.27.0
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path apollo-router/Cargo.toml --package [email protected] --precise 0.27.0
Updating crates.io index
error: failed to select a version for the requirement `tokio-tungstenite = "^0.26.0"`
candidate versions found which didn't match: 0.27.0
location searched: crates.io index
required by package `axum v0.8.4`
... which satisfies dependency `axum = "^0.8.1"` (locked to 0.8.4) of package `apollo-router v2.3.0 (/tmp/renovate/repos/github/apollographql/router/apollo-router)`
@renovate[bot], please consider creating a changeset entry in /.changesets/. These instructions describe the process and tooling.
✅ Docs preview ready
The preview is ready to be viewed. View the preview
File Changes
4 new, 2 changed, 0 removed
+ (developer-tools)/apollo-operator/get-started.mdx
+ (developer-tools)/apollo-operator/resources/subgraph.mdx
+ (developer-tools)/apollo-operator/resources/supergraph.mdx
+ (developer-tools)/apollo-operator/resources/supergraphschema.mdx
* (developer-tools)/kotlin/v5/migration/5.0.mdx
* graphos/routing/(latest)/observability/telemetry/instrumentation/spans.mdx
Build ID: 3e719483a342ecd07131142a
URL: https://www.apollographql.com/docs/deploy-preview/3e719483a342ecd07131142a
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
Would be nice to add a test for a subgraph that responds with non UTF8 headers.
Actually it seems like non utf8 headers are fine. it's probably about the messages themselves?
I don't see a nice way to test that and I think we should revisit it if it comes up again that users can't figure out what to do even with the improved error messages.