Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate flume to 0.11.1 #59

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2022

This PR contains the following updates:

Package Type Update New value References Sourcegraph
flume dependencies minor 0.11.1 source code search for "flume"

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

zesterer/flume (flume)

v0.11.1

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.
Fixed

v0.11.0

Added
  • WeakSender, a sender that doesn't keep the channel open
  • Sender/Receiver::sender_count/receiver_count, a way to query the number of senders and receivers attached to a channel
  • Sender/Receiver::same_channel, a way to determine whether senders and receivers are attached to the same channel
Changed
  • Relaxed some API features
  • Make all remaining spinlocks opt-in
Fixed
  • Fixed a rare race condition in the async implementation

v0.10.14

Fixed
  • Fixed unbounded memory usage in RecvFut::poll_inner

v0.10.13

Added
  • SendSink::sender, to get the sender of a SendSink

v0.10.12

Changed
  • Updated nanorand to 0.7

v0.10.11

Fixed
  • Out-of-order bug when using channels asynchronously

Configuration

📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, 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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the bot label Mar 1, 2022
@renovate renovate bot changed the title Update Rust crate flume to 0.10.11 Update Rust crate flume to 0.10.12 Mar 11, 2022
@renovate renovate bot force-pushed the renovate/flume-0.x branch from 8103991 to fbb5ad9 Compare March 11, 2022 15:46
@renovate renovate bot force-pushed the renovate/flume-0.x branch from fbb5ad9 to e1e26c2 Compare June 18, 2022 23:02
@renovate renovate bot changed the title Update Rust crate flume to 0.10.12 Update Rust crate flume to 0.10.13 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/flume-0.x branch from e1e26c2 to 90e7921 Compare September 25, 2022 20:30
@renovate renovate bot changed the title Update Rust crate flume to 0.10.13 Update Rust crate flume to 0.10.14 Sep 25, 2022
@renovate renovate bot changed the title Update Rust crate flume to 0.10.14 Update Rust crate flume to 0.11.0 Aug 16, 2023
@renovate renovate bot force-pushed the renovate/flume-0.x branch from 90e7921 to 74c2505 Compare August 16, 2023 17:13
@renovate renovate bot force-pushed the renovate/flume-0.x branch from 74c2505 to 6aee6ac Compare October 19, 2024 15:23
@renovate renovate bot changed the title Update Rust crate flume to 0.11.0 Update Rust crate flume to 0.11.1 Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants