Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update rust crate tokio-tungstenite to 0.21 #34

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
tokio-tungstenite workspace.dependencies minor 0.18 -> 0.21

Release Notes

snapview/tokio-tungstenite (tokio-tungstenite)

v0.21.0

Compare Source

  • Update TLS dependencies.
  • Update tungstenite to 0.21.0.

v0.20.1

Compare Source

  • Fix RUSTSEC-2023-0053.
  • Fix transitive CVE-2023-43669 from tungstenite.

v0.20.0

Compare Source

v0.19.0

Compare Source

  • Allow users to enable/disable Nagle algorithm when using connect() helpers.
  • Improve the behavior of the Sink for the WebSocketStream, so it does not return an error when it’s not necessary (when poll_flush() is called on a connection that has just been closed).
  • Workaround an issue where rustls TLS backend expected domain in a certain format and reject IPv6 addresses if they contained square brackets in them.
  • Update dependencies and remove unused errors.

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 has been generated by Mend Renovate. View repository job log here.

@KOBA789 KOBA789 self-assigned this Jul 26, 2023
@renovate renovate bot force-pushed the renovate/tokio-tungstenite-0.x branch from 36c5d6e to d0e484e Compare December 7, 2023 01:33
@renovate renovate bot changed the title Update Rust crate tokio-tungstenite to 0.20 Update Rust crate tokio-tungstenite to 0.21 Dec 7, 2023
Copy link
Contributor Author

renovate bot commented Dec 7, 2023

⚠ 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 Cargo.toml --package tokio-tungstenite@0.18.0 --precise 0.21.0
    Updating crates.io index
error: failed to select a version for the requirement `tokio-tungstenite = "^0.18"`
candidate versions found which didn't match: 0.21.0
location searched: crates.io index
required by package `kble-socket v0.2.0`
    ... which satisfies dependency `kble-socket = "^0.2.0"` (locked to 0.2.0) of package `kble-c2a v0.3.0-beta.1 (/tmp/renovate/repos/github/arkedge/kble/kble-c2a)`
perhaps a crate was updated and forgotten to be re-vendored?

@renovate renovate bot changed the title Update Rust crate tokio-tungstenite to 0.21 chore(deps): update rust crate tokio-tungstenite to 0.21 Feb 28, 2024
@renovate renovate bot force-pushed the renovate/tokio-tungstenite-0.x branch from d0e484e to 6f050d3 Compare February 28, 2024 12:07
@renovate renovate bot requested a review from sksat as a code owner February 28, 2024 12:07
@sksat sksat assigned sksat and unassigned KOBA789 Feb 28, 2024
@sksat
Copy link
Member

sksat commented Feb 28, 2024

Probably, the cargo update command for workspace dependencies is not working properly, and Renovate is throwing an artifact update problem: #34 (comment)

In practical use, this update can be used to build, and confirmed to work.

@sksat sksat merged commit 4165100 into main Feb 28, 2024
1 check passed
@sksat sksat deleted the renovate/tokio-tungstenite-0.x branch February 28, 2024 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants