[PR #1140] [MERGED] Bump async-trait from 0.1.33 to 0.1.36 #2005

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1140
Author: @dependabot-preview[bot]
Created: 6/19/2020
Status: Merged
Merged: 6/24/2020
Merged by: @bluejekyll

Base: mainHead: dependabot/cargo/async-trait-0.1.36


📝 Commits (1)

  • 970356d Bump async-trait from 0.1.33 to 0.1.36

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)
📝 crates/async-std-resolver/Cargo.toml (+1 -1)
📝 crates/proto/Cargo.toml (+1 -1)

📄 Description

Bumps async-trait from 0.1.33 to 0.1.36.

Release notes

Sourced from async-trait's releases.

0.1.36

  • Avoid clippy needless_lifetimes lint in generated code (#110)

0.1.35

  • Improve support for impls with elided lifetimes in the impl signature (#107, thanks @taiki-e)

0.1.34

  • Better error reporting on use of associated items behind a Self keyword (#103, thanks @taiki-e)
  • Fix errors involving "`self` value is a keyword only available in methods with `self` parameter" in apparently correct code (#105, thanks @taiki-e)
Commits
  • 89923af Release 0.1.36
  • 67e0d76 Consistently use async_trait via import
  • 674e051 Merge pull request #111 from dtolnay/needless_lifetimes
  • 8c12924 Test clippy in CI
  • bd0c4b1 Add some more clippy suppressions we fall afoul of
  • 1ff1800 Add regression test for issue 110
  • 79f9aa2 Release 0.1.35
  • 33b3afe Touch up pr 107
  • 3da67b6 Merge pull request #107 from taiki-e/impl-lifetime
  • a9858d2 Replace elided lifetimes to explicit lifetimes in trait impl
  • 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/1140 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 6/19/2020 **Status:** ✅ Merged **Merged:** 6/24/2020 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `dependabot/cargo/async-trait-0.1.36` --- ### 📝 Commits (1) - [`970356d`](https://github.com/hickory-dns/hickory-dns/commit/970356d57cbaae1f31c4426352a5f6fe4e50cd5a) Bump async-trait from 0.1.33 to 0.1.36 ### 📊 Changes **3 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `crates/async-std-resolver/Cargo.toml` (+1 -1) 📝 `crates/proto/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.33 to 0.1.36. <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.36</h2> <ul> <li>Avoid clippy needless_lifetimes lint in generated code (<a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/110">#110</a>)</li> </ul> <h2>0.1.35</h2> <ul> <li>Improve support for impls with elided lifetimes in the impl signature (<a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/107">#107</a>, thanks <a href="https://github.com/taiki-e">@taiki-e</a>)</li> </ul> <h2>0.1.34</h2> <ul> <li>Better error reporting on use of associated items behind a <code>Self</code> keyword (<a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/103">#103</a>, thanks <a href="https://github.com/taiki-e">@taiki-e</a>)</li> <li>Fix errors involving <em>&quot;`self` value is a keyword only available in methods with `self` parameter&quot;</em> in apparently correct code (<a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/105">#105</a>, thanks <a href="https://github.com/taiki-e">@taiki-e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/async-trait/commit/89923af3d553c990336ec29a68e50e15efff1734"><code>89923af</code></a> Release 0.1.36</li> <li><a href="https://github.com/dtolnay/async-trait/commit/67e0d76d4e627f53d55930afcc151f461d54877a"><code>67e0d76</code></a> Consistently use async_trait via import</li> <li><a href="https://github.com/dtolnay/async-trait/commit/674e051417e8bd1f32f49d9105e58fd2f3bb1453"><code>674e051</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/111">#111</a> from dtolnay/needless_lifetimes</li> <li><a href="https://github.com/dtolnay/async-trait/commit/8c129245ee58bc8cfe815dee59a8b35516ce1db2"><code>8c12924</code></a> Test clippy in CI</li> <li><a href="https://github.com/dtolnay/async-trait/commit/bd0c4b11577177ef1c0d605fef4bf1b64cb4803d"><code>bd0c4b1</code></a> Add some more clippy suppressions we fall afoul of</li> <li><a href="https://github.com/dtolnay/async-trait/commit/1ff1800d0ec756687b923f414e4a7ec488ec1b32"><code>1ff1800</code></a> Add regression test for issue 110</li> <li><a href="https://github.com/dtolnay/async-trait/commit/79f9aa21717f246ad02bb47f7216c0795a9db1e9"><code>79f9aa2</code></a> Release 0.1.35</li> <li><a href="https://github.com/dtolnay/async-trait/commit/33b3afe53c7b46e59726528f4773167c84cd3538"><code>33b3afe</code></a> Touch up pr 107</li> <li><a href="https://github.com/dtolnay/async-trait/commit/3da67b65369516cda0889aa3047e6cfce8dfceb3"><code>3da67b6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/107">#107</a> from taiki-e/impl-lifetime</li> <li><a href="https://github.com/dtolnay/async-trait/commit/a9858d2f3d50c5ff75f91675dd7cbcc17adb60cb"><code>a9858d2</code></a> Replace elided lifetimes to explicit lifetimes in trait impl</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/async-trait/compare/0.1.33...0.1.36">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.33&new-version=0.1.36)](https://dependabot.com/compatibility-score/?dependency-name=async-trait&package-manager=cargo&previous-version=0.1.33&new-version=0.1.36) 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:24:19 +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#2005
No description provided.