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

(auto merged) chore(deps): bump lock_api from 0.4.9 to 0.4.10 #2008

Merged
merged 1 commit into from
Jun 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 6, 2023

Bumps lock_api from 0.4.9 to 0.4.10.

Changelog

Sourced from lock_api's changelog.

parking_lot_core 0.9.8, lock_api 0.4.10 (2023-06-05)

  • Mark guards with #[clippy::has_significant_drop] (#369, #371)
  • Removed windows-sys dependency (#374, #378)
  • Add atomic_usize default feature to support platforms without atomics. (#380)
  • Add with_upgraded API to upgradable read locks (#386)
  • Make RwLock guards Sync again (#370)

parking_lot_core 0.9.7 (2023-02-01)

  • Update windows-sys dependency to 0.45. (#368)

parking_lot_core 0.9.6 (2023-01-11)

  • Add support for watchOS. (#367)

parking_lot_core 0.9.5 (2022-11-29)

  • Update use of libc::timespec to prepare for future libc version (#363)

parking_lot_core 0.9.4 (2022-10-18)

  • Bump windows-sys dependency to 0.42. (#356)
Commits
  • e9f9f40 Release lock_api 0.4.10 and parking_lot_core 0.9.8
  • 6962d2f Merge pull request #370 from a1phyr/rwlock_guard_sync
  • 3afcf68 Fix incorrect fairness claim in RwLockReadGuard::unlocked docs
  • 8d64a4a Merge pull request #386 from Jules-Bertholet/with-upgraded
  • aa2e65d Merge pull request #385 from Jules-Bertholet/format-ci
  • 43dc3f9 Merge pull request #382 from daxpedda/wasm-atomic-doc
  • b440378 Merge pull request #383 from daxpedda/wasm
  • 7f83d8d Add with_upgraded API to upgradeable read locks
  • 0cffece Fix cargo check warnings and run rustfmt
  • 09ca773 Revert #379
  • 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)

Bumps [lock_api](https://github.com/Amanieu/parking_lot) from 0.4.9 to 0.4.10.
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@lock_api-0.4.9...lock_api-0.4.10)

---
updated-dependencies:
- dependency-name: lock_api
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 6, 2023
@github-actions github-actions bot changed the title chore(deps): bump lock_api from 0.4.9 to 0.4.10 (auto merged) chore(deps): bump lock_api from 0.4.9 to 0.4.10 Jun 6, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #2008 (29202ed) into main (79b6450) will increase coverage by 0.02%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2008      +/-   ##
==========================================
+ Coverage   65.25%   65.27%   +0.02%     
==========================================
  Files         129      129              
  Lines       14800    14800              
==========================================
+ Hits         9657     9660       +3     
+ Misses       5143     5140       -3     

@github-actions github-actions bot merged commit 613d626 into main Jun 6, 2023
@github-actions github-actions bot deleted the dependabot/cargo/lock_api-0.4.10 branch June 6, 2023 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant