[PR #1291] [CLOSED] Bump parking_lot from 0.11.0 to 0.11.1 #2172

Closed
opened 2026-03-16 06:57:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1291
Author: @dependabot-preview[bot]
Created: 11/23/2020
Status: Closed

Base: mainHead: dependabot/cargo/parking_lot-0.11.1


📝 Commits (1)

  • 57ded5e Bump parking_lot from 0.11.0 to 0.11.1

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

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)
  • @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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/1291 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 11/23/2020 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/parking_lot-0.11.1` --- ### 📝 Commits (1) - [`57ded5e`](https://github.com/hickory-dns/hickory-dns/commit/57ded5e7d39e1f5c5a3c504b27c50a56beb4f231) Bump parking_lot from 0.11.0 to 0.11.1 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.11.0 to 0.11.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md">parking_lot's changelog</a>.</em></p> <blockquote> <h2>parking_lot 0.11.1, lock_api 0.4.2 (2020-11-18)</h2> <ul> <li>Fix bounds on Send and Sync impls for lock guards. (<a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/262">#262</a>)</li> <li>Fix incorrect memory ordering in <code>RwLock</code>. (<a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/260">#260</a>)</li> </ul> <h2>lock_api 0.4.1 (2020-07-06)</h2> <ul> <li>Add <code>data_ptr</code> method to lock types to allow unsafely accessing the inner data without a guard. (<a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/247">#247</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Amanieu/parking_lot/commit/86969fd7baf94312520e0b5a5f3b0861a0fd411b"><code>86969fd</code></a> Release parking_lot 0.11.1 and lock_api 0.4.2</li> <li><a href="https://github.com/Amanieu/parking_lot/commit/7de94f95f519d8281cb48457964065b463d26736"><code>7de94f9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/262">#262</a> from Amanieu/guard_sync</li> <li><a href="https://github.com/Amanieu/parking_lot/commit/c8dfa97578ffb10ca541ff5d15f63276cef6fbe4"><code>c8dfa97</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/260">#260</a> from Amanieu/rwlock_ordering</li> <li><a href="https://github.com/Amanieu/parking_lot/commit/4c00d6212aa5fa56d16cc8a1774ad908d10522bd"><code>4c00d62</code></a> Fix bounds on Send and Sync impls for lock guards</li> <li><a href="https://github.com/Amanieu/parking_lot/commit/ded782f1bdc4319ad2f294688eaf90f3061a1720"><code>ded782f</code></a> RawRwLock::wait_for_readers needs an Acquire to synchronize with unlock_shared</li> <li><a href="https://github.com/Amanieu/parking_lot/commit/ecfe20bf5b7f8b06c7a39afd53cee88a99ce07db"><code>ecfe20b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/256">#256</a> from nico-abram/srw</li> <li><a href="https://github.com/Amanieu/parking_lot/commit/143710f2fe56576100f696642c086093a0b88513"><code>143710f</code></a> Add winapi srwlock to benchmarks</li> <li><a href="https://github.com/Amanieu/parking_lot/commit/ab3718f6b5b57e9059ef15e1aa880e86aa0c2ff5"><code>ab3718f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/253">#253</a> from mbrubeck/deps</li> <li><a href="https://github.com/Amanieu/parking_lot/commit/bb0bfb384bb86c27c6db59ea6987e3410be108a4"><code>bb0bfb3</code></a> Update to cfg-if 1.0</li> <li><a href="https://github.com/Amanieu/parking_lot/commit/5ac2971da40006f678fa78117201b7521e9df1fd"><code>5ac2971</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Amanieu/parking_lot/issues/252">#252</a> from fusion-engineering-forks/miri-issues</li> <li>Additional commits viewable in <a href="https://github.com/Amanieu/parking_lot/compare/0.11.0...0.11.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=parking_lot&package-manager=cargo&previous-version=0.11.0&new-version=0.11.1)](https://dependabot.com/compatibility-score/?dependency-name=parking_lot&package-manager=cargo&previous-version=0.11.0&new-version=0.11.1) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) - `@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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 06:57:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#2172
No description provided.