udoprog / patterns

Showcasing simple programming patterns in Rust
5 stars 0 forks source link

Bump crossbeam-deque from 0.8.0 to 0.8.3 #3

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps crossbeam-deque from 0.8.0 to 0.8.3.

Release notes

Sourced from crossbeam-deque's releases.

crossbeam-deque 0.8.3

  • Add Stealer::{steal_batch_with_limit, steal_batch_with_limit_and_pop} methods. (#903)
  • Add Injector::{steal_batch_with_limit, steal_batch_with_limit_and_pop} methods. (#903)

crossbeam-deque 0.8.2

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

crossbeam-deque 0.8.1

Changelog

Sourced from crossbeam-deque's changelog.

Version 0.8.2

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

Version 0.8.1

  • Support targets that do not have atomic CAS on stable Rust (#698)
Commits
  • 721382b Merge #964
  • 3f4e797 Prepare for the next release
  • a03ceeb Revert "Use dtolnay/rust-toolchain action"
  • 56397a1 Handle min-atomic-width in no_atomic.sh
  • 6871c00 Mark some structures with #[clippy::has_significant_drop]
  • 78a4331 Deps: update to memoffset 0.8
  • 7df683c Make scope() function soft-deprecated
  • 923d050 Wait forever on very large timeout
  • b13bdb0 Fix AtomicCell is_lock_free test on armv7
  • 34dd9d5 limit batch steal size
  • Additional commits viewable in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/udoprog/patterns/network/alerts).