[PR #1462] [CLOSED] Bump async-trait from 0.1.48 to 0.1.50 #2345

Closed
opened 2026-03-16 08:48:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1462
Author: @dependabot-preview[bot]
Created: 4/19/2021
Status: Closed

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


📝 Commits (1)

  • f047642 Bump async-trait from 0.1.48 to 0.1.50

📊 Changes

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

View changed files

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

📄 Description

Bumps async-trait from 0.1.48 to 0.1.50.

Release notes

Sourced from async-trait's releases.

0.1.50

  • Make compatible with tokio::select, futures::select and similar macros (#161)

0.1.49

  • Fix for use of self:: as prefix of a path in expression position (#158)
Commits
  • 651ddc1 Release 0.1.50
  • 979ecce Merge pull request #162 from dtolnay/select
  • 4db8933 Suppress clippy mut_mut pedantic lint in test suite
  • 54c5d9c Treat select macro always as expression
  • 62f9924 Add regression test for issue 161
  • fa92d1f Release 0.1.49
  • 797b6e8 Merge pull request #160 from dtolnay/self
  • 6029cbf Preserve self as segment of path
  • bb62922 Add regression test for issue 158
  • 6bff4e0 Add to 'async' keyword on crates.io
  • 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/1462 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/19/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/async-trait-0.1.50` --- ### 📝 Commits (1) - [`f047642`](https://github.com/hickory-dns/hickory-dns/commit/f0476428c549b6eaa4e32e714a4daf99c63bd5b0) Bump async-trait from 0.1.48 to 0.1.50 ### 📊 Changes **4 files changed** (+5 additions, -5 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) 📝 `crates/server/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.48 to 0.1.50. <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.50</h2> <ul> <li>Make compatible with <code>tokio::select</code>, <code>futures::select</code> and similar macros (<a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/161">#161</a>)</li> </ul> <h2>0.1.49</h2> <ul> <li>Fix for use of <code>self::</code> as prefix of a path in expression position (<a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/158">#158</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/async-trait/commit/651ddc1131325b08c1b76ae6b65c1f23ca4cf7cf"><code>651ddc1</code></a> Release 0.1.50</li> <li><a href="https://github.com/dtolnay/async-trait/commit/979ecce8010a86534eea549fec98d40c55763e84"><code>979ecce</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/162">#162</a> from dtolnay/select</li> <li><a href="https://github.com/dtolnay/async-trait/commit/4db8933f5fd9cb74e6924e39cb12f8ff7809e082"><code>4db8933</code></a> Suppress clippy mut_mut pedantic lint in test suite</li> <li><a href="https://github.com/dtolnay/async-trait/commit/54c5d9ca61781808f8e1a78935f998b09fa02824"><code>54c5d9c</code></a> Treat select macro always as expression</li> <li><a href="https://github.com/dtolnay/async-trait/commit/62f992483442d6008d1a52f309764920697d737e"><code>62f9924</code></a> Add regression test for issue 161</li> <li><a href="https://github.com/dtolnay/async-trait/commit/fa92d1f8bc69239360bbe59801e3945e98617458"><code>fa92d1f</code></a> Release 0.1.49</li> <li><a href="https://github.com/dtolnay/async-trait/commit/797b6e8eaff11fd546e6f08d2277b35639956bfe"><code>797b6e8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/160">#160</a> from dtolnay/self</li> <li><a href="https://github.com/dtolnay/async-trait/commit/6029cbf375c562ca98fa5748e9d950a8ff93b0e7"><code>6029cbf</code></a> Preserve <code>self</code> as segment of path</li> <li><a href="https://github.com/dtolnay/async-trait/commit/bb6292206253e25a9d90196e7d8917f48ed4498a"><code>bb62922</code></a> Add regression test for issue 158</li> <li><a href="https://github.com/dtolnay/async-trait/commit/6bff4e0c5935b30b4d5af42bb06d9972866c752d"><code>6bff4e0</code></a> Add to 'async' keyword on crates.io</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/async-trait/compare/0.1.48...0.1.50">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.48&new-version=0.1.50)](https://dependabot.com/compatibility-score/?dependency-name=async-trait&package-manager=cargo&previous-version=0.1.48&new-version=0.1.50) 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 08:48:40 +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#2345
No description provided.