rust-u2f
rust-u2f copied to clipboard
Bump crossbeam-utils from 0.8.5 to 0.8.8 in /u2fhid-protocol
Bumps crossbeam-utils from 0.8.5 to 0.8.8.
Release notes
Sourced from crossbeam-utils's releases.
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
5b4d808Merge #8006fa7246Prepare for the next release8efcd02Merge #798baedeb0channel: Do not panic on very large timeout113daf4Merge #7995cb7cacUpdate no_atomic.rs0081fccMerge #789 #7977b2d65fUpdate to stabilized const_fn_trait_boundbd75c3cAdd force_push to ArrayQueueb11f1a8Merge #793- 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.