[PR #1020] [MERGED] Bump async-trait from 0.1.22 to 0.1.24 #1878

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1020
Author: @dependabot-preview[bot]
Created: 2/10/2020
Status: Merged
Merged: 2/12/2020
Merged by: @bluejekyll

Base: masterHead: dependabot/cargo/async-trait-0.1.24


📝 Commits (1)

  • 1d89f21 Bump async-trait from 0.1.22 to 0.1.24

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 Cargo.lock (+3 -3)
📝 crates/proto/Cargo.toml (+1 -1)

📄 Description

Bumps async-trait from 0.1.22 to 0.1.24.

Release notes

Sourced from async-trait's releases.

0.1.24

  • Suppress "this type has already been used as a bound predicate" pedantic lint in generated code (#67, thanks @tyranron)

0.1.23

  • Fix macro expansion errors pointing to the wrong token on curly braces inside input of function-like macros invoked inside async_trait (#65)
Commits
  • fe1f0ee Release 0.1.24
  • 177d4fd Merge pull request #67 from tyranron/allow-clippy-type-repetition-in-bounds
  • e196db9 Suppress clippy::type_repetition_in_bounds
  • ca69937 Release 0.1.23
  • 671c8cd Merge pull request #66 from dtolnay/span
  • cc0b782 Preserve span of Group tokens in macro input
  • d9395a4 Merge pull request #59 from xfix/patch-1
  • d806fd1 Embed emoji in readme instead of depending on GFM
  • See full diff 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/1020 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/10/2020 **Status:** ✅ Merged **Merged:** 2/12/2020 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `dependabot/cargo/async-trait-0.1.24` --- ### 📝 Commits (1) - [`1d89f21`](https://github.com/hickory-dns/hickory-dns/commit/1d89f21ce8d47ca9e2b4b3ad5689905d3e7cc2f8) Bump async-trait from 0.1.22 to 0.1.24 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+3 -3) 📝 `crates/proto/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.22 to 0.1.24. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/async-trait/releases">async-trait's releases</a>.</em></p> <blockquote> <h2>0.1.24</h2> <ul> <li>Suppress &quot;this type has already been used as a bound predicate&quot; pedantic lint in generated code (<a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/67">#67</a>, thanks <a href="https://github.com/tyranron">@tyranron</a>)</li> </ul> <h2>0.1.23</h2> <ul> <li>Fix macro expansion errors pointing to the wrong token on curly braces inside input of function-like macros invoked inside async_trait (<a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/65">#65</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/async-trait/commit/fe1f0ee75dec3bcea621cf31d26a26cd58115705"><code>fe1f0ee</code></a> Release 0.1.24</li> <li><a href="https://github.com/dtolnay/async-trait/commit/177d4fd858295d499575c902c32880caaf830865"><code>177d4fd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/67">#67</a> from tyranron/allow-clippy-type-repetition-in-bounds</li> <li><a href="https://github.com/dtolnay/async-trait/commit/e196db95db38b0ee59fc1e23ef66ca73da2370a7"><code>e196db9</code></a> Suppress clippy::type_repetition_in_bounds</li> <li><a href="https://github.com/dtolnay/async-trait/commit/ca6993750be041882397ea141c0e900fbed0335a"><code>ca69937</code></a> Release 0.1.23</li> <li><a href="https://github.com/dtolnay/async-trait/commit/671c8cdec97a27c3c807b03e7955765db5074b7a"><code>671c8cd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/66">#66</a> from dtolnay/span</li> <li><a href="https://github.com/dtolnay/async-trait/commit/cc0b7826a9665ee629bd463973a4480dc2fb1aaa"><code>cc0b782</code></a> Preserve span of Group tokens in macro input</li> <li><a href="https://github.com/dtolnay/async-trait/commit/d9395a4b1a9add198c81b50a79e230ed15f14f38"><code>d9395a4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/59">#59</a> from xfix/patch-1</li> <li><a href="https://github.com/dtolnay/async-trait/commit/d806fd111918dd8a842d152d5834bc0f4b5ecdb6"><code>d806fd1</code></a> Embed emoji in readme instead of depending on GFM</li> <li>See full diff in <a href="https://github.com/dtolnay/async-trait/compare/0.1.22...0.1.24">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=async-trait&package-manager=cargo&previous-version=0.1.22&new-version=0.1.24)](https://dependabot.com/compatibility-score/?dependency-name=async-trait&package-manager=cargo&previous-version=0.1.22&new-version=0.1.24) 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 02:52:20 +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#1878
No description provided.