Update Rust crate tokio to 1.44.2 #202

Merged
renovate merged 1 commits from renovate/tokio-1.x into master 2025-04-07 00:33:31 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
tokio (source) dependencies patch 1.37.0 -> 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: 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tokio](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | dependencies | patch | `1.37.0` -> `1.44.2` | --- ### Release Notes <details> <summary>tokio-rs/tokio (tokio)</summary> ### [`v1.44.2`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.44.2): Tokio v1.44.2 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2) 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 ([#&#8203;7232]) [#&#8203;7232]: https://github.com/tokio-rs/tokio/pull/7232 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMy40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-03-31 20:51:02 +00:00
Update Rust crate tokio to 1.44.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
1f52b64bef
renovate force-pushed renovate/tokio-1.x from 1f52b64bef to 3669376d69 2025-04-01 02:05:48 +00:00 Compare
renovate force-pushed renovate/tokio-1.x from 3669376d69 to 05849588b2 2025-04-02 00:35:17 +00:00 Compare
renovate force-pushed renovate/tokio-1.x from 05849588b2 to 578b55042f 2025-04-03 00:35:06 +00:00 Compare
renovate force-pushed renovate/tokio-1.x from 578b55042f to 0e9ce74759 2025-04-04 00:35:06 +00:00 Compare
renovate force-pushed renovate/tokio-1.x from 0e9ce74759 to b8ac810ae0 2025-04-05 00:34:08 +00:00 Compare
renovate changed title from Update Rust crate tokio to 1.44.1 to Update Rust crate tokio to 1.44.2 2025-04-06 00:34:19 +00:00
renovate force-pushed renovate/tokio-1.x from b8ac810ae0 to f199a27d89 2025-04-06 00:34:21 +00:00 Compare
renovate merged commit f199a27d89 into master 2025-04-07 00:33:31 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/MinioK8sBuckets#202
No description provided.