aionr
aionr copied to clipboard
build(deps): bump crossbeam from 0.3.2 to 0.8.1
Bumps crossbeam from 0.3.2 to 0.8.1.
Release notes
Sourced from crossbeam's releases.
crossbeam-utils 0.8.1
- Make
AtomicCell::is_lock_freealways const fn. (#600)- Fix a bug in
seq_lock_wide. (#596)- Remove
const_fndependency. (#600)crossbeam-utilsno longer fails to compile if unable to determine rustc version. Instead, it now displays a warning. (#604)crossbeam 0.8.1
- Support targets that do not have atomic CAS on stable Rust (#698)
crossbeam-deque 0.8.1
- Fix deque steal race condition. (https://github.com/crossbeam-rs/crossbeam/security/advisories/GHSA-pqqp-xmhj-wgcw)
- Add
Stealer::lenmethod. (#708)crossbeam-channel 0.5.5
- Replace Spinlock with Mutex. (#835)
crossbeam-channel 0.5.4
- Workaround a bug in upstream related to TLS access on AArch64 Linux. (#802)
crossbeam-channel 0.5.3
- Fix panic on very large timeout. (#798)
crossbeam-channel 0.5.2
crossbeam-channel 0.5.1
- Fix memory leak in unbounded channel. (#669)
crossbeam-queue 0.3.5
- Add
ArrayQueue::force_push. (#789)crossbeam-queue 0.3.4
- Implement
IntoIteratorforArrayQueueandSegQueue. (#772)crossbeam-queue 0.3.3
- Fix stacked borrows violation in
ArrayQueuewhen-Zmiri-tag-raw-pointersis enabled. (#763)
Changelog
Sourced from crossbeam's changelog.
Version 0.8.1
- Support targets that do not have atomic CAS on stable Rust (#698)
Version 0.8.0
- Bump the minimum supported Rust version to 1.36.
- Bump
crossbeam-channelto0.5.- Bump
crossbeam-dequeto0.8.- Bump
crossbeam-epochto0.9.- Bump
crossbeam-queueto0.3.- Bump
crossbeam-utilsto0.8.Version 0.7.3
- Fix breakage with nightly feature due to rust-lang/rust#65214.
- Bump
crossbeam-channelto0.4.- Bump
crossbeam-epochto0.8.- Bump
crossbeam-queueto0.2.- Bump
crossbeam-utilsto0.7.Version 0.7.2
- Bump
crossbeam-channelto0.3.9.- Bump
crossbeam-epochto0.7.2.- Bump
crossbeam-utilsto0.6.6.Version 0.7.1
- Bump
crossbeam-utilsto0.6.5.Version 0.7.0
- Remove
ArcCell,MsQueue, andTreiberStack.- Change the interface of
ShardedLockto matchRwLock.- Add
SegQueue::len().- Rename
SegQueue::try_pop()toSegQueue::pop().- Change the return type of
SegQueue::pop()toResult.- Introduce
ArrayQueue.- Update dependencies.
Version 0.6.0
- Update dependencies.
Version 0.5.0
- Update
crossbeam-channelto 0.3.- Update
crossbeam-utilsto 0.6.- Add
AtomicCell,SharedLock, andWaitGroup.
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.