Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump parking_lot from 0.11.0 to 0.11.1 #7997

Merged
merged 1 commit into from Nov 18, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2020

Bumps parking_lot from 0.11.0 to 0.11.1.

Changelog

Sourced from parking_lot's changelog.

parking_lot 0.11.1, lock_api 0.4.2 (2020-11-18)

  • Fix bounds on Send and Sync impls for lock guards. (#262)
  • Fix incorrect memory ordering in RwLock. (#260)

lock_api 0.4.1 (2020-07-06)

  • Add data_ptr method to lock types to allow unsafely accessing the inner data without a guard. (#247)
Commits
  • 86969fd Release parking_lot 0.11.1 and lock_api 0.4.2
  • 7de94f9 Merge pull request #262 from Amanieu/guard_sync
  • c8dfa97 Merge pull request #260 from Amanieu/rwlock_ordering
  • 4c00d62 Fix bounds on Send and Sync impls for lock guards
  • ded782f RawRwLock::wait_for_readers needs an Acquire to synchronize with unlock_shared
  • ecfe20b Merge pull request #256 from nico-abram/srw
  • 143710f Add winapi srwlock to benchmarks
  • ab3718f Merge pull request #253 from mbrubeck/deps
  • bb0bfb3 Update to cfg-if 1.0
  • 5ac2971 Merge pull request #252 from fusion-engineering-forks/miri-issues
  • Additional commits viewable in compare view

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@netlify
Copy link

netlify bot commented Nov 18, 2020

Deploy preview for chef-habitat ready!

Built with commit 3309086

https://deploy-preview-7997--chef-habitat.netlify.app

@chef-expeditor
Copy link
Contributor

Hello dependabot[bot]! Thanks for the pull request!

Here is what will happen next:

  1. Your PR will be reviewed by the maintainers.
  2. If everything looks good, one of them will approve it, and your PR will be merged.

Thank you for contributing!

@dependabot dependabot bot force-pushed the dependabot/cargo/parking_lot-0.11.1 branch from 89b35bc to 897413d Compare November 18, 2020 14:50
Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/Amanieu/parking_lot/releases)
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@0.11.0...0.11.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/parking_lot-0.11.1 branch from 897413d to 3309086 Compare November 18, 2020 15:43
@christophermaier christophermaier merged commit 9ea9254 into master Nov 18, 2020
@dependabot dependabot bot deleted the dependabot/cargo/parking_lot-0.11.1 branch November 18, 2020 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant