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 crossbeam-channel to v0.5.13 #32

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 1, 2024

This PR contains the following updates:

Package Type Update Change
crossbeam-channel (source) dependencies patch 0.5.1 -> 0.5.13

Release Notes

crossbeam-rs/crossbeam (crossbeam-channel)

v0.5.13: crossbeam-channel 0.5.13

Compare Source

v0.5.12: crossbeam-channel 0.5.12

Compare Source

  • Fix memory leak in unbounded channel. (#​1084)

v0.5.11: crossbeam-channel 0.5.11

Compare Source

  • Remove dependency on cfg-if. (#​1072)

v0.5.10: crossbeam-channel 0.5.10

Compare Source

  • Relax the minimum supported Rust version to 1.60. (#​1056)
  • Optimize Drop implementation of bounded channel. (#​1057)

v0.5.9: crossbeam-channel 0.5.9

Compare Source

  • Bump the minimum supported Rust version to 1.61. (#​1037)

v0.5.8: crossbeam-channel 0.5.8

Compare Source

  • Fix race condition in unbounded channel. (#​972)

v0.5.7: crossbeam-channel 0.5.7

Compare Source

  • Improve handling of very large timeout. (#​953)

v0.5.6: crossbeam-channel 0.5.6

Compare Source

  • Bump the minimum supported Rust version to 1.38. (#​877)

v0.5.5: crossbeam-channel 0.5.5

Compare Source

  • Replace Spinlock with Mutex. (#​835)

v0.5.4: crossbeam-channel 0.5.4

Compare Source

  • Workaround a bug in upstream related to TLS access on AArch64 Linux. (#​802)

v0.5.3: crossbeam-channel 0.5.3

Compare Source

  • Fix panic on very large timeout. (#​798)

v0.5.2: crossbeam-channel 0.5.2

Compare Source

  • Fix stacked borrows violations when -Zmiri-tag-raw-pointers is enabled. (#​763, #​764)

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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.

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