Skip to content

chore(deps): update rust crate concurrent-queue to v2#705

Draft
dd-octo-sts[bot] wants to merge 1 commit intomasterfrom
engraver-auto-version-upgrade/renovate/concurrent-queue-2.x
Draft

chore(deps): update rust crate concurrent-queue to v2#705
dd-octo-sts[bot] wants to merge 1 commit intomasterfrom
engraver-auto-version-upgrade/renovate/concurrent-queue-2.x

Conversation

@dd-octo-sts
Copy link

@dd-octo-sts dd-octo-sts bot commented Mar 5, 2026

This PR contains the following updates:

Package Type Update Change
concurrent-queue dependencies major 1.22.0

Release Notes

smol-rs/concurrent-queue (concurrent-queue)

v2.5.0

Compare Source

  • Add a force_push method that can be used to add an element to the queue by displacing another. (#​58)
  • Make ConcurrentQueue::unbounded() into a const function. (#​67)
  • Fix a compilation error in the Loom implementation. (#​65)

v2.4.0

Compare Source

  • Remove unnecessary heap allocations from inside of the ConcurrentQueue type. (#​53)

v2.3.0

Compare Source

  • Implement UnwindSafe without libstd. (#​49)
  • Bump fastrand to v2.0.0. (#​43)
  • Use inline assembly in the full_fence funtion. (#​47)

v2.2.0

Compare Source

  • Add the try_iter method. (#​36)

v2.1.0

Compare Source

  • Update portable-atomic to 1.0. (#​33)

v2.0.0

Compare Source

  • Add support for the portable-atomic and loom crates. (#​27)
  • Breaking: Add an std feature that can be disabled to use this crate on no_std platforms. (#​22)
  • Replace usage of cache-padded with crossbeam-utils. (#​26)

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 is behind base branch, 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 Renovate Bot.

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