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

chore(deps): update rust crate flume to 0.11 - autoclosed #106

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
flume workspace.dependencies minor 0.10 -> 0.11

Release Notes

zesterer/flume (flume)

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

v0.10.10

Added
  • From<SendError> and From<RecvError> impls for other error types
  • Marked futures as #[must_use]
Changes
  • Switched to scheduler-driven locking by default, with a spin feature to reenable the old behaviour
  • Minor doc improvements

v0.10.9

Changed
  • Switched from spinning_top to spin

v0.10.8

Changed
  • Updated nanorand to 0.6

v0.10.7

Fixed
  • Removed accidental nightly-only syntax

v0.10.6

Added
  • fn into_inner(self) -> T for send errors, allowing for easy access to the unsent message

v0.10.5

Added
  • is_disconnected, is_empty, is_full, len, and capacity on future types

v0.10.4

Fixed
  • Shutdown-related race condition with async recv that caused spurious errors

v0.10.3

Fixed
  • Compilation error when enabling select without eventual_fairness

v0.10.2

Fixed
  • Incorrect pointer comparison in Selector causing missing receives

v0.10.1

Fixed
  • Fixed unbounded memory usage in RecvFut::poll_inner

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/flume-0.x branch 2 times, most recently from fc306b5 to c1f336f Compare November 3, 2023 00:14
@renovate renovate bot force-pushed the renovate/flume-0.x branch from c1f336f to 2bf0915 Compare November 3, 2023 00:38
@renovate renovate bot changed the title chore(deps): update rust crate flume to 0.11 chore(deps): update rust crate flume to 0.11 - autoclosed Nov 3, 2023
@renovate renovate bot closed this Nov 3, 2023
@renovate renovate bot deleted the renovate/flume-0.x branch November 3, 2023 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants