Update Rust crate tokio to 1.44.2 #189

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

This PR contains the following updates:

Package Type Update Change
tokio (source) dependencies patch 1.40.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.40.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMSIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-04-11 00:29:22 +00:00
Update Rust crate tokio to 1.44.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
6c7a2a3fe6
renovate force-pushed renovate/tokio-1.x from 6c7a2a3fe6 to 8a18510902 2025-04-12 00:29:42 +00:00 Compare
renovate force-pushed renovate/tokio-1.x from 8a18510902 to 080272048d 2025-04-13 00:29:21 +00:00 Compare
renovate force-pushed renovate/tokio-1.x from 080272048d to 52564c53b3 2025-04-14 00:28:57 +00:00 Compare
renovate force-pushed renovate/tokio-1.x from 52564c53b3 to 4f139a3526 2025-04-15 00:28:53 +00:00 Compare
renovate force-pushed renovate/tokio-1.x from 4f139a3526 to c5d15d8354 2025-04-16 00:29:07 +00:00 Compare
renovate force-pushed renovate/tokio-1.x from c5d15d8354 to a3dc12983b 2025-04-17 00:28:56 +00:00 Compare
renovate force-pushed renovate/tokio-1.x from a3dc12983b to 56bb66d1bb 2025-04-18 00:29:46 +00:00 Compare
renovate force-pushed renovate/tokio-1.x from 56bb66d1bb to 42e14dba0e 2025-04-19 00:30:15 +00:00 Compare
renovate force-pushed renovate/tokio-1.x from 42e14dba0e to 73346effa8 2025-04-20 00:29:32 +00:00 Compare
renovate force-pushed renovate/tokio-1.x from 73346effa8 to a17262f2aa 2025-04-21 00:29:55 +00:00 Compare
renovate force-pushed renovate/tokio-1.x from a17262f2aa to e8170b70a4 2025-04-22 00:29:29 +00:00 Compare
renovate force-pushed renovate/tokio-1.x from e8170b70a4 to b2972ac73f 2025-04-23 00:21:25 +00:00 Compare
renovate force-pushed renovate/tokio-1.x from b2972ac73f to a4cadf14a0 2025-04-24 00:21:44 +00:00 Compare
renovate force-pushed renovate/tokio-1.x from a4cadf14a0 to 0bf3bdbaea 2025-04-25 00:21:51 +00:00 Compare
renovate merged commit 0bf3bdbaea into master 2025-04-26 00:21:07 +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/SolarEnergy#189
No description provided.