[PR #1060] [CLOSED] Bump async-trait from 0.1.27 to 0.1.29 #1935

Closed
opened 2026-03-16 03:59:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1060
Author: @dependabot-preview[bot]
Created: 4/6/2020
Status: Closed

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


📝 Commits (1)

  • eafb9fa Bump async-trait from 0.1.27 to 0.1.29

📊 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.27 to 0.1.29.

Release notes

Sourced from async-trait's releases.

0.1.29

  • Avoid triggering more style lints than would be triggered in ordinary trait impls (#85)
  • Handle Self:: in more syntax positions (#87)

0.1.28

  • Support Self:: segment in pattern position (#81)
  • Support self: &Self longhand method receiver syntax (#83)
Commits
  • eec7231 Release 0.1.29
  • 04975e8 Merge pull request #88 from dtolnay/self
  • 970c0b3 Support Self:: segment in more places
  • 41b78b8 Add regression test for issue 87
  • 961a72a Merge pull request #86 from dtolnay/snake
  • 0691f80 Suppress non_snake_case lint if necessary
  • a07e659 Add regression test for issue 85
  • dd25fd9 Release 0.1.28
  • 2e5d27f Merge pull request #84 from dtolnay/longhand
  • 549f94a Handle longhand method receiver syntax
  • 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/1060 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/6/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/async-trait-0.1.29` --- ### 📝 Commits (1) - [`eafb9fa`](https://github.com/hickory-dns/hickory-dns/commit/eafb9fa12a32cd09917601c030e0f03c26fd3fe1) Bump async-trait from 0.1.27 to 0.1.29 ### 📊 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.27 to 0.1.29. <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.29</h2> <ul> <li>Avoid triggering more style lints than would be triggered in ordinary trait impls (<a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/85">#85</a>)</li> <li>Handle <code>Self::</code> in more syntax positions (<a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/87">#87</a>)</li> </ul> <h2>0.1.28</h2> <ul> <li>Support <code>Self::</code> segment in pattern position (<a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/81">#81</a>)</li> <li>Support <code>self: &amp;Self</code> longhand method receiver syntax (<a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/83">#83</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/async-trait/commit/eec7231b3cdcf0fe8acc018244aa1e860a74784a"><code>eec7231</code></a> Release 0.1.29</li> <li><a href="https://github.com/dtolnay/async-trait/commit/04975e83a4bef4b1935531c469b91ceb559cf9c4"><code>04975e8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/88">#88</a> from dtolnay/self</li> <li><a href="https://github.com/dtolnay/async-trait/commit/970c0b3a33cf6b33e2e7e992bb9efa0085019afa"><code>970c0b3</code></a> Support Self:: segment in more places</li> <li><a href="https://github.com/dtolnay/async-trait/commit/41b78b8e298fc1c9d336fb2bc0ab62a17b247564"><code>41b78b8</code></a> Add regression test for issue 87</li> <li><a href="https://github.com/dtolnay/async-trait/commit/961a72afffd17e4da88c6bbd6aec4f411be91a03"><code>961a72a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/86">#86</a> from dtolnay/snake</li> <li><a href="https://github.com/dtolnay/async-trait/commit/0691f804b804d9c6bb6c8120287601a9469d6539"><code>0691f80</code></a> Suppress non_snake_case lint if necessary</li> <li><a href="https://github.com/dtolnay/async-trait/commit/a07e659aef644b457ab574c746ca38774b01c02a"><code>a07e659</code></a> Add regression test for issue 85</li> <li><a href="https://github.com/dtolnay/async-trait/commit/dd25fd95fd33a2a90f4f1d23697c5380d62d0df9"><code>dd25fd9</code></a> Release 0.1.28</li> <li><a href="https://github.com/dtolnay/async-trait/commit/2e5d27f1806dd9ad0200856ee86fab33aac5746e"><code>2e5d27f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/84">#84</a> from dtolnay/longhand</li> <li><a href="https://github.com/dtolnay/async-trait/commit/549f94a07b0d53dc4f1de88ef3c0aa307f668221"><code>549f94a</code></a> Handle longhand method receiver syntax</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/async-trait/compare/0.1.27...0.1.29">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.27&new-version=0.1.29)](https://dependabot.com/compatibility-score/?dependency-name=async-trait&package-manager=cargo&previous-version=0.1.27&new-version=0.1.29) 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 03:59:46 +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#1935
No description provided.