Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ micro: Update async-broadcast to v0.7.2 (#1185)
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 - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/dbus2/zbus). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information