router icon indicating copy to clipboard operation
router copied to clipboard

fix(deps): update rust crate tokio-tungstenite to 0.27.0

Open renovate[bot] opened this issue 5 months ago • 2 comments

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

Compare Source


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.

renovate[bot] avatar Jun 17 '25 14:06 renovate[bot]

⚠️ 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] avatar Jun 17 '25 14:06 renovate[bot]

@renovate[bot], please consider creating a changeset entry in /.changesets/. These instructions describe the process and tooling.

github-actions[bot] avatar Jun 17 '25 14:06 github-actions[bot]

✅ 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

apollo-librarian[bot] avatar Jul 03 '25 14:07 apollo-librarian[bot]

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.

renovate[bot] avatar Jul 03 '25 15:07 renovate[bot]

Would be nice to add a test for a subgraph that responds with non UTF8 headers.

goto-bus-stop avatar Jul 03 '25 15:07 goto-bus-stop

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.

goto-bus-stop avatar Jul 08 '25 15:07 goto-bus-stop