HoloStats
HoloStats copied to clipboard
build(deps): bump crossbeam-utils from 0.8.5 to 0.8.10 in /server
Bumps crossbeam-utils from 0.8.5 to 0.8.10.
Release notes
Sourced from crossbeam-utils's releases.
crossbeam-utils 0.8.10
- Fix unsoundness of
AtomicCellon types containing niches. (#834) This fix contains breaking changes, but they are allowed because this is a soundness bug fix. See #834 for more.crossbeam-utils 0.8.9
- Replace lazy_static with once_cell. (#817)
crossbeam-utils 0.8.8
- Fix a bug when unstable
loomsupport is enabled. (#787)crossbeam-utils 0.8.7
- Add
AtomicCell<{i*,u*}>::{fetch_max,fetch_min}. (#785)- Add
AtomicCell<{i*,u*,bool}>::fetch_nand. (#785)- Fix unsoundness of
AtomicCell<{i,u}64>arithmetics on 32-bit targets that supportAtomic{I,U}64(#781)crossbeam-utils 0.8.6
- Re-add
AtomicCell<{i,u}64>::{fetch_add,fetch_sub,fetch_and,fetch_or,fetch_xor}that were accidentally removed in0.8.00.7.1 on targets that do not supportAtomic{I,U}64. (#767)- Re-add
AtomicCell<{i,u}128>::{fetch_add,fetch_sub,fetch_and,fetch_or,fetch_xor}that were accidentally removed in0.8.00.7.1. (#767)
Commits
f12133cMerge #8533c86b9bPrepare for the next release9f6d0c6Add publish script0256b26Disable Miri preemption593cf05Revert "Pin nightly toolchain for Miri"9e9ff76Merge #83423400ceMerge #851ac9134ereadme: fix Code of Conduct link1676989Merge #8506b3d155Prepare for the next release- Additional commits viewable 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.