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

Update Rust crate tokio to v1.44.2 #10952

Merged
merged 1 commit into from
Apr 7, 2025
Merged

Update Rust crate tokio to v1.44.2 #10952

merged 1 commit into from
Apr 7, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2025

This PR contains the following updates:

Package Type Update Change
tokio (source) dev-dependencies patch =1.44.1 -> =1.44.2
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 - 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@Turbo87 Turbo87 enabled auto-merge (squash) April 7, 2025 07:22
@renovate renovate bot force-pushed the renovate/tokio-1.x branch from 5b6f99f to 3a48116 Compare April 7, 2025 07:49
@Turbo87 Turbo87 merged commit 31bc502 into main Apr 7, 2025
9 checks passed
@Turbo87 Turbo87 deleted the renovate/tokio-1.x branch April 7, 2025 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant