From d71180abc2251254b37f2d45601210810d535836 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 00:11:37 +0000 Subject: [PATCH] Update Rust crate async-broadcast to v0.7.2 (#22424) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
smol-rs/async-broadcast (async-broadcast) ### [`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.
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- Release Notes: - N/A Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee4507d949460..7fec983b26f11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -579,9 +579,9 @@ dependencies = [ [[package]] name = "async-broadcast" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e" +checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" dependencies = [ "event-listener 5.3.1", "event-listener-strategy",