rustapi
rustapi copied to clipboard
Bump once_cell from 1.20.0 to 1.20.2
Bumps once_cell from 1.20.0 to 1.20.2.
Changelog
Sourced from once_cell's changelog.
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.1.16.0
- Add
no_stdimplementation based oncritical-section, #195.- Deprecate
atomic-polyfillfeature (use the newcritical-sectioninstead)1.15.0
- Increase minimal supported Rust version to 1.56.0.
- Implement
UnwindSafeeven if thestdfeature is disabled.1.14.0
- Add extension to
unsyncandsyncLazymut API:
force_mutget_mut
... (truncated)
Commits
4fbd4a5release 1.20.30aef2f8Merge pull request #267 from taiki-e/portable-atomiccf87ac6Remove "portable-atomic?/require-cas" from race feature3b9bd9brelease 1.20.1f61508aMerge pull request #265 from taiki-e/portable-atomic449e5d7Add portable-atomic feature and disable portable-atomic/critical-section by d...- 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 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)