From 1af53040742a94569a7e0c4580ea136b889a6b24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:06:24 +0200 Subject: [PATCH] Update Rust crate flume to v0.11.1 (#19641) 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 | |---|---|---|---| | [flume](https://redirect.github.com/zesterer/flume) | dependencies | patch | `0.11.0` -> `0.11.1` | --- ### Release Notes
zesterer/flume (flume) ### [`v0.11.1`](https://redirect.github.com/zesterer/flume/blob/HEAD/CHANGELOG.md#0111---2024-10-19) ##### Added - `SendSink::sender` - `SendFut`, `SendSink`, `RecvFut`, `RecvStream`, `WeakSender`, `Iter`, `TryIter`, and `IntoIter` now implement `Debug` - Docs now show required features ##### Removed ##### Changed - `WeakSender` is now `Clone` - `spin` feature no longer uses `std::thread::sleep` for locking except on Unix-like operating systems and Windows - Flume is now in [casual maintenance mode](https://casuallymaintained.tech/). ##### Fixed
--- ### 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 e933bb8a034e296a262f0fc9508c3b393cba44a0..e46bcfbfa4a09179523ae4a49bd0c497943c1c59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4388,9 +4388,9 @@ checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d" [[package]] name = "flume" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" +checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" dependencies = [ "futures-core", "futures-sink",