Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

fix(deps): update rust crate tokio to v1.44.2#512

Merged
DanielleHuisman merged 1 commit into
mainfrom
renovate/tokio-1.x-lockfile
Apr 7, 2025
Merged

fix(deps): update rust crate tokio to v1.44.2#512
DanielleHuisman merged 1 commit into
mainfrom
renovate/tokio-1.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 7, 2025

This PR contains the following updates:

Package Type Update Change
tokio (source) dependencies patch 1.44.1 -> 1.44.2

Release Notes

tokio-rs/tokio (tokio)

v1.44.2: Tokio v1.44.2

Compare Source

This release fixes a soundness issue in the broadcast channel. The channel
accepts values that are Send but !Sync. Previously, the channel called
clone() on these values without synchronizing. This release fixes the channel
by synchronizing calls to .clone() (Thanks Austin Bonander for finding and
reporting the issue).

Fixed
  • sync: synchronize clone() call in broadcast channel (#​7232)

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 renovate Bot enabled auto-merge (squash) April 7, 2025 01:36
@DanielleHuisman DanielleHuisman disabled auto-merge April 7, 2025 11:02
@DanielleHuisman DanielleHuisman merged commit 1fad210 into main Apr 7, 2025
@DanielleHuisman DanielleHuisman deleted the renovate/tokio-1.x-lockfile branch April 7, 2025 11:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant