[PR #1066] [MERGED] Bump async-trait from 0.1.27 to 0.1.30 #1937

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1066
Author: @dependabot-preview[bot]
Created: 4/7/2020
Status: Merged
Merged: 4/8/2020
Merged by: @bluejekyll

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


📝 Commits (1)

  • 311d2a4 Bump async-trait from 0.1.27 to 0.1.30

📊 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.30.

Release notes

Sourced from async-trait's releases.

0.1.30

  • Fix failure to parse trait objects with missing dyn keyword in Self type of impl block (#89)
  • Remove support_old_nightly unstable feature

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
  • 3aa5e48 Release 0.1.30
  • 79a5fde Merge pull request #90 from dtolnay/bare
  • f07c75c Add ui test for bare_trait_objects warning
  • 406b340 Add some more variations of issue 89 test
  • cebc0f3 Add regression test for issue 89
  • acafeaa Fix failure to parse some types of trait objects
  • 05c2492 Delete support_old_nightly alternative implementation
  • eec7231 Release 0.1.29
  • 04975e8 Merge pull request #88 from dtolnay/self
  • 970c0b3 Support Self:: segment in more places
  • 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/1066 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/7/2020 **Status:** ✅ Merged **Merged:** 4/8/2020 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `dependabot/cargo/async-trait-0.1.30` --- ### 📝 Commits (1) - [`311d2a4`](https://github.com/hickory-dns/hickory-dns/commit/311d2a4a230ba6abde550520d169e839d28be71d) Bump async-trait from 0.1.27 to 0.1.30 ### 📊 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.30. <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.30</h2> <ul> <li>Fix failure to parse trait objects with missing <code>dyn</code> keyword in Self type of impl block (<a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/89">#89</a>)</li> <li>Remove <code>support_old_nightly</code> unstable feature</li> </ul> <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/3aa5e485c4faa24d0335d4a48f9de58a590130df"><code>3aa5e48</code></a> Release 0.1.30</li> <li><a href="https://github.com/dtolnay/async-trait/commit/79a5fdeb40d5c44a2b58bd4aba821da8c620cf21"><code>79a5fde</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/90">#90</a> from dtolnay/bare</li> <li><a href="https://github.com/dtolnay/async-trait/commit/f07c75c423c7b1f17e25472fee0f2cdec153f434"><code>f07c75c</code></a> Add ui test for bare_trait_objects warning</li> <li><a href="https://github.com/dtolnay/async-trait/commit/406b3401dbf7968fb3449db36037ce0ff53ea49c"><code>406b340</code></a> Add some more variations of issue 89 test</li> <li><a href="https://github.com/dtolnay/async-trait/commit/cebc0f3effd94b3cf452118ff41c6eb4ec311b42"><code>cebc0f3</code></a> Add regression test for issue 89</li> <li><a href="https://github.com/dtolnay/async-trait/commit/acafeaab49f669df20119630e0c97c351434eee0"><code>acafeaa</code></a> Fix failure to parse some types of trait objects</li> <li><a href="https://github.com/dtolnay/async-trait/commit/05c24928d08c46ee1a916b1dff7f6dd389b21c94"><code>05c2492</code></a> Delete support_old_nightly alternative implementation</li> <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>Additional commits viewable in <a href="https://github.com/dtolnay/async-trait/compare/0.1.27...0.1.30">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.30)](https://dependabot.com/compatibility-score/?dependency-name=async-trait&package-manager=cargo&previous-version=0.1.27&new-version=0.1.30) 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 04:00:04 +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#1937
No description provided.