[PR #2708] [MERGED] build(deps): bump pin-project-lite from 0.2.15 to 0.2.16 #3258

Closed
opened 2026-03-16 11:33:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2708
Author: @dependabot[bot]
Created: 1/6/2025
Status: Merged
Merged: 1/6/2025
Merged by: @djc

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


📝 Commits (1)

  • 9b6ab31 build(deps): bump pin-project-lite from 0.2.15 to 0.2.16

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps pin-project-lite from 0.2.15 to 0.2.16.

Release notes

Sourced from pin-project-lite's releases.

0.2.16

  • Suppress clippy::absolute_paths, clippy::min_ident_chars, and clippy::single_char_lifetime_names lints in generated code.
Changelog

Sourced from pin-project-lite's changelog.

[0.2.16] - 2025-01-06

  • Suppress clippy::absolute_paths, clippy::min_ident_chars, and clippy::single_char_lifetime_names lints in generated code.
Commits

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 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/2708 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/6/2025 **Status:** ✅ Merged **Merged:** 1/6/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `dependabot/cargo/pin-project-lite-0.2.16` --- ### 📝 Commits (1) - [`9b6ab31`](https://github.com/hickory-dns/hickory-dns/commit/9b6ab3137afb242be2bd1e2fdd185cc11a18d3f0) build(deps): bump pin-project-lite from 0.2.15 to 0.2.16 ### 📊 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.15 to 0.2.16. <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.16</h2> <ul> <li>Suppress <code>clippy::absolute_paths</code>, <code>clippy::min_ident_chars</code>, and <code>clippy::single_char_lifetime_names</code> lints in generated code.</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.16] - 2025-01-06</h2> <ul> <li>Suppress <code>clippy::absolute_paths</code>, <code>clippy::min_ident_chars</code>, and <code>clippy::single_char_lifetime_names</code> lints in generated code.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/cca1e8ae094ceff53e74abbfec8c9f2221ebd202"><code>cca1e8a</code></a> Release 0.2.16</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/2c26534a9b11d7128f9e21f84bc88a7bb343f5c9"><code>2c26534</code></a> Suppress various lints in generated code</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/a3f1fb0a30c082561fef9dcdee4ba0288f51027b"><code>a3f1fb0</code></a> Update cspell dictionary</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/3d66a6ad71114c6d751f437b4abed2a08a40d44e"><code>3d66a6a</code></a> tests: Update ui test output to nightly-2024-12-15</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/03cd35300d03e1e3d5d211e0dcbfe96f232ab26b"><code>03cd353</code></a> Fix typo (<a href="https://redirect.github.com/taiki-e/pin-project-lite/issues/87">#87</a>)</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/327ba2937b7a54cb60aaf332d5c8e5081060199c"><code>327ba29</code></a> Ignore clippy::unnecessary_map_or lint</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/fde6a7f27026f47c1eab28ca7fbb8c30dcf333eb"><code>fde6a7f</code></a> tests: Update lint test</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/0b800e448c350391d6ffcf16ad9bae8f0ba59f93"><code>0b800e4</code></a> tests: Update ui test output to nightly-2024-11-02</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/bac5eb3e490a306e4b8def3bf047daa5df7b30ce"><code>bac5eb3</code></a> Add todo comment</li> <li><a href="https://github.com/taiki-e/pin-project-lite/commit/7aadaefc9bbc2a02eaaea532746c746abd5e54ac"><code>7aadaef</code></a> ci: Update config</li> <li>Additional commits viewable in <a href="https://github.com/taiki-e/pin-project-lite/compare/v0.2.15...v0.2.16">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.15&new-version=0.2.16)](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 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 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 11:33:52 +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#3258
No description provided.