torrust-tracker
torrust-tracker copied to clipboard
chore(deps): bump parking_lot from 0.12.1 to 0.12.2
Bumps parking_lot from 0.12.1 to 0.12.2.
Changelog
Sourced from parking_lot's changelog.
parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.12 (2024-04-15)
- Fixed panic when calling
with_upgradedtwice on aArcRwLockUpgradableReadGuard(#431)- Fixed
RwLockUpgradeableReadGuard::with_upgraded- Added lock_api::{Mutex, ReentrantMutex, RwLock}::from_raw methods (#429)
- Added Apple visionOS support (#433)
parking_lot_core 0.9.9, lock_api 0.4.11 (2023-10-18)
- Fixed
RwLockUpgradeableReadGuard::with_upgraded. (#393)- Fixed
ReentrantMutex::bumplock count. (#390)- Added methods to unsafely create a lock guard out of thin air. (#403)
- Added support for Apple tvOS. (#405)
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_usizedefault 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::timespecto prepare for future libc version (#363)parking_lot_core 0.9.4 (2022-10-18)
- Bump windows-sys dependency to 0.42. (#356)
lock_api 0.4.9 (2022-09-20)
- Fixed
ReentrantMutexGuard::try_mapsignature (#355)lock_api 0.4.8 (2022-08-28)
Commits
9dace42Release parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.124f898beMerge pull request #435 from sorcio/wasm-atomics-feature9ee3a54stdarch_wasm_atomic_wait instead of stdsimd7aeb2f1Merge pull request #433 from QuentinPerez/masterc0a9077Add Apple visionOS support7ab94b6Merge pull request #432 from alex/patch-175a97b2Update redox_syscall dependency version66d025bMerge pull request #431 from mbyzhang/mastercd7bda0Merge pull request #429 from waywardmonkeys/fix-typos1bb45aaFix panic when callingwith_upgradedtwice on aArcRwLockUpgradableReadGuard- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.91%. Comparing base (
92349d3) to head (bff4f76).
Additional details and impacted files
@@ Coverage Diff @@
## develop #817 +/- ##
========================================
Coverage 78.91% 78.91%
========================================
Files 163 163
Lines 9186 9186
========================================
Hits 7249 7249
Misses 1937 1937
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Looks like parking_lot is up-to-date now, so this is no longer needed.