cargo-disasm
cargo-disasm copied to clipboard
Bump once_cell from 1.7.2 to 1.14.0
Bumps once_cell from 1.7.2 to 1.14.0.
Changelog
Sourced from once_cell's changelog.
1.14.0
- Add extension to
unsyncandsyncLazymut API:
force_mutget_mut1.13.1
- Make implementation compliant with strict provenance.
- Upgrade
atomic-polyfillto1.01.13.0
- Add
Lazy::get, similar toOnceCell::get.1.12.1
- Remove incorrect
debug_assert.1.12.0
- Add
OnceCell::wait, a blocking variant ofget.1.11.0
- Add
OnceCell::with_valueto create initializedOnceCellinconstcontext.- Improve
Cloneimplementation forOnceCell.- Rewrite
parking_lotversion on top ofparking_lot_core, for even smaller cells!1.10.0
- upgrade
parking_lotto0.12.0(note that this bumps MSRV withparking_lotfeature enabled to1.49.0).1.9.0
- Added an
atomic-polyfilloptional dependency to compileraceon platforms without atomics1.8.0
- Add
try_insertAPI -- a version ofsetthat returns a reference.
Commits
df34da6Merge #193ceff838Update CHANGELOG.md02f8b9fFix unnecesary mutcca53a4Use force_mut return mut ref in testd3e28a5Formatting tests missing linea9fb2d3Remove changelog oncecell notes8f6ca60Remove oncecell mut extensions tests180305aRemove oncecell mut extensions8b19199Remove get_mut_unchecked2ff6d0eFix get_mut_unchecked, used get instead of get_mut- 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)