Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Rust crate async-broadcast to v0.7.2 (#22424)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [async-broadcast](https://redirect.github.com/smol-rs/async-broadcast) | dependencies | patch | `0.7.1` -> `0.7.2` | --- ### Release Notes <details> <summary>smol-rs/async-broadcast (async-broadcast)</summary> ### [`v0.7.2`](https://redirect.github.com/smol-rs/async-broadcast/blob/HEAD/CHANGELOG.md#Version-072) [Compare Source](https://redirect.github.com/smol-rs/async-broadcast/compare/0.7.1...0.7.2) - Add `Sender::broadcast_blocking` and `Receiver::recv_blocking`. [#​41](https://redirect.github.com/smol-rs/async-broadcast/issues/41) - Use `Mutex` instead of `RwLock` for securing the inner data. [#​42](https://redirect.github.com/smol-rs/async-broadcast/issues/42) - Many non-user-facing internal improvements and fixes. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- Release Notes: - N/A <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information