gnzlbg / cargo-asm

cargo subcommand showing the assembly or llvm-ir generated for Rust code
https://github.com/gnzlbg/cargo-asm
Other
1.17k stars 36 forks source link

Bump parking_lot from 0.8.0 to 0.9.0 #133

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps parking_lot from 0.8.0 to 0.9.0.

Changelog *Sourced from [parking_lot's changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md).* > ## parking_lot 0.9.0, parking_lot_core 0.6.0, lock_api 0.3.1 (2019-07-14) > > - Re-export lock_api (0.3.1) from parking_lot ([#150](https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/150)) > - Removed (non-dev) dependency on rand crate for fairness mechanism, by > including a simple xorshift PRNG in core ([#144](https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/144)) > - Android now uses the futex-based ThreadParker. ([#140](https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/140)) > - Fixed CloudABI ThreadParker. ([#140](https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/140)) > - Fix race condition in lock_api::ReentrantMutex (da16c2c7) > > ## lock_api 0.3.0 (2019-07-03, _yanked_) > > - Use NonZeroUsize in GetThreadId::nonzero_thread_id ([#148](https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/148)) > - Debug assert lock_count in ReentrantMutex ([#148](https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/148)) > - Tag as `unsafe` and document some internal methods ([#148](https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/148)) > - This release was _yanked_ due to a regression in ReentrantMutex (da16c2c7) > > ## parking_lot 0.8.1 (2019-07-03, _yanked_) > > - Re-export lock_api (0.3.0) from parking_lot ([#150](https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/150)) > - This release was _yanked_ from crates.io due to unexpected breakage ([#156](https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/156))
Commits - [`1dbf100`](https://github.com/Amanieu/parking_lot/commit/1dbf100fbcc9a2722ac12cc10c153e2eb807a0ce) Update changelog date - [`58f9183`](https://github.com/Amanieu/parking_lot/commit/58f9183b62b983231fccde5fb58a85303d7c5bd5) Merge pull request [#159](https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/159) from dekellum/stage-0.9.0 - [`b23f028`](https://github.com/Amanieu/parking_lot/commit/b23f028743de6aca9614e38f6d9303e00416ab1d) change log typo - [`fd210ae`](https://github.com/Amanieu/parking_lot/commit/fd210ae600a316b1a11dde76ce4d4fc9a88ef96d) change log for MSRV 1.32 merge - [`f7551d1`](https://github.com/Amanieu/parking_lot/commit/f7551d1679d759ed120628a2fc093cd9ac798d64) Merge branch 'master' into stage-0.9.0 - [`e26269a`](https://github.com/Amanieu/parking_lot/commit/e26269ac7d4946c71f318c15f28acc969e382699) Merge pull request [#160](https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/160) from dekellum/dev-rand-0.7 - [`309ef0e`](https://github.com/Amanieu/parking_lot/commit/309ef0e1c1a40e88a021d4325361093f68267594) Merge branch 'master' into stage-0.9.0 - [`91d56ab`](https://github.com/Amanieu/parking_lot/commit/91d56ab54f44f70e355bb6ffa5c96ed18905a884) increase MSRV to 1.32 (for rand 0.7 dev dependency) - [`5539a58`](https://github.com/Amanieu/parking_lot/commit/5539a58f5983df4586e86215831a5355a2df80cf) upgrade rand (dev) dep to 0.7 - [`f455e48`](https://github.com/Amanieu/parking_lot/commit/f455e48d82661784315c62253c8b8c835ba0823e) Merge pull request [#161](https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/161) from Amanieu/appveyor - Additional commits viewable in [compare view](https://github.com/Amanieu/parking_lot/compare/0.8.0...0.9.0)


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.


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). To ignore the version in this PR you can just close it - `@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.