[PR #3483] [MERGED] build(deps): bump pin-project-lite from 0.2.16 to 0.2.17 #3882

Closed
opened 2026-03-16 12:07:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3483
Author: @dependabot[bot]
Created: 3/5/2026
Status: Merged
Merged: 3/5/2026
Merged by: @djc

Base: mainHead: dependabot/cargo/pin-project-lite-0.2.17


📝 Commits (1)

  • bf83162 build(deps): bump pin-project-lite from 0.2.16 to 0.2.17

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps pin-project-lite from 0.2.16 to 0.2.17.

Release notes

Sourced from pin-project-lite's releases.

0.2.17

Changelog

Sourced from pin-project-lite's changelog.

[0.2.17] - 2026-02-27

Commits
  • 3bdf763 Release 0.2.17
  • 1743702 Update changelog
  • be3eb1a Add comment about rust-version field to Cargo.toml
  • 2b5f66d Update allowed lint list
  • c7495a0 tools: Update tidy.sh
  • aa30a9f Apply clippy to doctest
  • 0944bb9 Update .deny.toml
  • 401bd71 rustfmt: Set hex_literal_case = "Upper"
  • 28c4fec test: Update lint test
  • 67a0449 tests: Update ui test output to nightly-2025-12-04
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

🔄 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/3483 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/5/2026 **Status:** ✅ Merged **Merged:** 3/5/2026 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `dependabot/cargo/pin-project-lite-0.2.17` --- ### 📝 Commits (1) - [`bf83162`](https://github.com/hickory-dns/hickory-dns/commit/bf83162997894a641338b4715e18a2a8e76c0a7c) build(deps): bump pin-project-lite from 0.2.16 to 0.2.17 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [pin-project-lite](https://github.com/taiki-e/pin-project-lite) from 0.2.16 to 0.2.17. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/taiki-e/pin-project-lite/releases">pin-project-lite's releases</a>.</em></p> <blockquote> <h2>0.2.17</h2> <ul> <li>Enable <a href="https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/immutable-releases">release immutability</a>.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md">pin-project-lite's changelog</a>.</em></p> <blockquote> <h2>[0.2.17] - 2026-02-27</h2> <ul> <li>Enable <a href="https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/immutable-releases">release immutability</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/3bdf763446aa78f90e3bdac1ef583e014832ab4c"><code>3bdf763</code></a> Release 0.2.17</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/17437026e9c12903ba427e0de9d5178ade2f3084"><code>1743702</code></a> Update changelog</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/be3eb1a180e252a4a633a2ceba5c8ea6c2cf3909"><code>be3eb1a</code></a> Add comment about rust-version field to Cargo.toml</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/2b5f66d9bc590b0970bcc5550d4b27a4c704d0ff"><code>2b5f66d</code></a> Update allowed lint list</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/c7495a0d462ebb77e57751b8c41c88f1ec8abfcc"><code>c7495a0</code></a> tools: Update tidy.sh</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/aa30a9fba218581aeb6df1849055a54a314d33d3"><code>aa30a9f</code></a> Apply clippy to doctest</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/0944bb974c0b79ed2dd4afa829c650eb8b1de7fe"><code>0944bb9</code></a> Update .deny.toml</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/401bd71ac2c3d23130e041dbf234c47bf5df6b5b"><code>401bd71</code></a> rustfmt: Set hex_literal_case = &quot;Upper&quot;</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/28c4feccd5e7a7bdea85c79df983f29accdb1674"><code>28c4fec</code></a> test: Update lint test</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/67a04498e48d7da918cff440e6dcba2996c09bde"><code>67a0449</code></a> tests: Update ui test output to nightly-2025-12-04</li> <li>Additional commits viewable in <a href="https://github.com/taiki-e/pin-project-lite/compare/v0.2.16...v0.2.17">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pin-project-lite&package-manager=cargo&previous-version=0.2.16&new-version=0.2.17)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 12:07:50 +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#3882
No description provided.