alexcrichton / cargo-vendor

Archived as subcommand is now part of Cargo itself
Apache License 2.0
261 stars 30 forks source link

Bump once_cell from 0.1.8 to 0.2.1 #332

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps once_cell from 0.1.8 to 0.2.1.

Changelog *Sourced from [once_cell's changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md).* > ## 0.2.1 > > - implement `sync::OnceCell::get_or_try_init` if `parking_lot` feature is enabled > - switch internal `unsafe` implementation of `sync::OnceCell` from `Once` to `Mutex` > - `sync::OnceCell::get_or_init` is twice as fast if cell is already initialized > - implement `std::panic::RefUnwindSafe` and `std::panic::UnwindSafe` for `OnceCell` > - better document behavior around panics > > ## 0.2.0 > > - MSRV is now 1.31.1 > - `Lazy::new` and `OnceCell::new` are now const-fns > - `unsync_lazy` and `sync_lazy` macros are removed
Commits - [`f5fed24`](https://github.com/matklad/once_cell/commit/f5fed2447ad2e11a946b2f8419829b6aa1b658db) Merge [#20](https://github-redirect.dependabot.com/matklad/once_cell/issues/20) - [`6e3eb58`](https://github.com/matklad/once_cell/commit/6e3eb58ad0e7402acc0dfec40927e5180f846761) release v0.2.1 - [`206217c`](https://github.com/matklad/once_cell/commit/206217cc4b2bfc2fadce04081cfe9da1f018ac79) fix build on old rustc - [`1daba31`](https://github.com/matklad/once_cell/commit/1daba31997e44156c324079e113d4016bb775a10) implement [Ref]UnwindSafe for OnceCell - [`21999dc`](https://github.com/matklad/once_cell/commit/21999dc02c903f563a34ca9b262feaea9117a3fe) implement get_or_try_init for sync::OnceCell - [`6c26b3e`](https://github.com/matklad/once_cell/commit/6c26b3e13bb4d6303c3a74fd162315dd63c468e9) Merge [#24](https://github-redirect.dependabot.com/matklad/once_cell/issues/24) - [`c3d38ba`](https://github.com/matklad/once_cell/commit/c3d38ba1fd5ad37203e880e7251dc401d06e489d) Make get_or_init faster with some unsafe - [`43d4490`](https://github.com/matklad/once_cell/commit/43d44908b25b2ab54e759448ec5accaf7fa490da) Merge [#23](https://github-redirect.dependabot.com/matklad/once_cell/issues/23) - [`79b6e7e`](https://github.com/matklad/once_cell/commit/79b6e7e6da2aaaecaece147f9e6a8317d8649f63) improve the benchmark - [`f8e019b`](https://github.com/matklad/once_cell/commit/f8e019b36451c3bfe91a1c484bf6195ffce190ae) Merge [#22](https://github-redirect.dependabot.com/matklad/once_cell/issues/22) - Additional commits viewable in [compare view](https://github.com/matklad/once_cell/compare/v0.1.8...v0.2.1)


Dependabot compatibility score

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.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will 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 labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.