Skip to content

Conversation

@renovate
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.10.5.15

Release Notes

crossbeam-rs/crossbeam (crossbeam-channel)

v0.5.15: crossbeam-channel 0.5.15

Compare Source

  • Fix regression introduced in 0.5.12 that can lead to a double free when dropping unbounded channel. (#​1187)

v0.5.14: crossbeam-channel 0.5.14

Compare Source

  • Fix stack overflow when sending large value to unbounded channel. (#​1146, #​1147)
  • Add Select::new_biased function. (#​1150)
  • Remove inefficient spinning. (#​1154)
  • Suppress buggy clippy::zero_repeat_side_effects lint in macro generated code. (#​1123)

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.

@renovate renovate bot force-pushed the renovate/crossbeam-channel-0.x-lockfile branch from 9c441d3 to 76e6906 Compare December 15, 2024 16:13
@renovate renovate bot changed the title Update Rust crate crossbeam-channel to v0.5.13 Update Rust crate crossbeam-channel to v0.5.14 Dec 15, 2024
@renovate renovate bot force-pushed the renovate/crossbeam-channel-0.x-lockfile branch from 76e6906 to 6c2e007 Compare April 8, 2025 22:47
@renovate renovate bot changed the title Update Rust crate crossbeam-channel to v0.5.14 Update Rust crate crossbeam-channel to v0.5.15 Apr 8, 2025
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.

1 participant