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

deps: update rust crate flume to 0.11 #56

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 Aug 16, 2023

This PR contains the following updates:

Package Type Update Change
flume dependencies minor 0.10 -> 0.11

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

kodiakhq[bot]
kodiakhq bot previously approved these changes Aug 16, 2023
@renovate renovate bot changed the title deps: update rust crate flume to 0.11 deps: update rust crate flume to 0.11.0 May 1, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes May 1, 2024
@renovate renovate bot changed the title deps: update rust crate flume to 0.11.0 deps: update rust crate flume to 0.11 May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants