Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Bump parking_lot from 0.11.0 to 0.11.1 #1970

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 dependabot bot added A2-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. labels Nov 18, 2020
@github-actions github-actions bot added the A0-please_review Pull request needs code review. label Nov 18, 2020
@ordian ordian merged commit 60e82cb into master Nov 18, 2020
@ordian ordian deleted the dependabot/cargo/parking_lot-0.11.1 branch November 18, 2020 13:15
ordian added a commit that referenced this pull request Nov 19, 2020
* master:
  Bump smallvec from 1.4.2 to 1.5.0 (#1971)
  Companion PR for substrate#7549 (#1967)
  Bump parking_lot from 0.11.0 to 0.11.1 (#1970)
  Connect to different validators on different leaves (#1966)
  patches (#1965)
  Bump dlmalloc from 0.1.4 to 0.2.1 (#1962)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-please_review Pull request needs code review. A2-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants