bcrypt
bcrypt copied to clipboard
Bump once_cell from 1.20.3 to 1.21.3 in /src/_bcrypt
Bumps once_cell from 1.20.3 to 1.21.3.
Changelog
Sourced from once_cell's changelog.
1.21.3
1.21.2
- Relax success ordering from AcqRel to Release in
race: #278.1.21.1
- Reduce MSRV to 1.65: #277.
1.21.0
- Outline initialization in
race: #273.- Add
OnceNonZereUsize::get_unchecked: #274.- Add
OnceBox::cloneandOnceBox::with_value: #275.- Increase MSRV to 1.70
1.20.2
- Remove
portable_atomicfrom Cargo.lock if it is not, in fact, used: #267 This is a work-around for this cargo bug: rust-lang/cargo#10801.1.20.1
- Allow using
racemodule using justportable_atomic, withoutcritical_sectionand provide better error messages on targets without atomic CAS instruction, #265.1.19.0
- Use
portable-atomicinstead ofatomic-polyfill, #251.1.18.0
MSRVis updated to 1.60.0 to take advantage ofdep:syntax for cargo features, removing "implementation details" from publicly visible surface.1.17.2
- Avoid unnecessary synchronization in
Lazy::{force,deref}_mut(), #231.1.17.1
- Make
OnceRefimplementation compliant with strict provenance.1.17.0
- Add
race::OnceReffor storing a&'a T.
... (truncated)
Commits
29e3d93Merge pull request #286 from briansmith/b/once-ref-drya206950Prepare for 1.21.3 release.17d4a9bDRYrace::OnceRef::{get_or_try_init, set}.01b1d56Merge pull request #285 from briansmith/b/once-ref-colda851cc4Mark initialization ofOnceRef::get_or_try_initcold.2447a93Merge pull request #281 from briansmith/b/init-innerc294d64Merge pull request #280 from briansmith/b/self5f0fdd4Merge pull request #283 from briansmith/b/cast_mut899e319Merge pull request #284 from briansmith/b/dry-get90da60bMark initialization ofOnceBox::get_or_try_initcold.- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
MSRV 1.70 requirement, which exceeds our limit for now.
@dependabot rebase
Looks like once_cell is up-to-date now, so this is no longer needed.