[PR #1122] [CLOSED] Bump async-std from 1.5.0 to 1.6.0 #1989

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1122
Author: @dependabot-preview[bot]
Created: 5/25/2020
Status: Closed

Base: masterHead: dependabot/cargo/async-std-1.6.0


📝 Commits (1)

  • f856941 Bump async-std from 1.5.0 to 1.6.0

📊 Changes

2 files changed (+145 additions, -27 deletions)

View changed files

📝 Cargo.lock (+143 -25)
📝 crates/async-std-resolver/Cargo.toml (+2 -2)

📄 Description

Bumps async-std from 1.5.0 to 1.6.0.

Release notes

Sourced from async-std's releases.

v1.6.0

Added

  • Added task::spawn_local. (#757)
  • Added out of the box support for wasm. (#757)
  • Added JoinHandle::cancel (#757)
  • Added sync::Condvar (#369)
  • Added sync::Sender::try_send and sync::Receiver::try_recv (#585)
  • Added no_std support for task, future and stream (#680)
  • Added an environment variable to configure the thread pool size of the runtime. (#774)
  • Implement Clone for UnixStream (#772)

Changed

  • Switched underlying runtime to smol. (#757)
  • Switched implementation of sync::Barrier to use sync::Condvar like std does. (#581)
  • For wasm, switched underlying Timer implementation to futures-timer. (#776)

Fixed

  • Use smol::block_on to handle drop of File, avoiding nested executor panic. (#768)
  • Allow compilation on 32 bit targets, by using AtomicUsize for TaskId. (#756)
Changelog

Sourced from async-std's changelog.

[1.6.0] - 2020-05-22

See 1.6.0-beta.1 and 1.6.0-beta.2.

[1.6.0-beta.2] - 2020-05-19

Added

  • Added an environment variable to configure the thread pool size of the runtime. (#774)
  • Implement Clone for UnixStream (#772)

Changed

Fixed

  • Use smol::block_on to handle drop of File, avoiding nested executor panic. (#768)

[1.6.0-beta.1] - 2020-05-07

Added

  • Added task::spawn_local. (#757)
  • Added out of the box support for wasm. (#757)
  • Added JoinHandle::cancel (#757)
  • Added sync::Condvar (#369)
  • Added sync::Sender::try_send and sync::Receiver::try_recv (#585)
  • Added no_std support for task, future and stream (#680)

Changed

  • Switched underlying runtime to smol. (#757)
  • Switched implementation of sync::Barrier to use sync::Condvar like std does. (#581)

Fixed

  • Allow compilation on 32 bit targets, by using AtomicUsize for TaskId. (#756)
Commits
  • 6d2a43e Merge pull request #794 from async-rs/1-6-0
  • e1c8638 chore: release v1.6.0
  • 06eea42 feat: add PartialEq and Eq for channel Errors
  • 2521408 Merge pull request #791 from Licenser/patch-1
  • 6980640 Fix readme for BufRead
  • 955befd Merge pull request #790 from async-rs/1-6-0-beta-2
  • 70dac51 Merge pull request #729 from k-nasa/fix_doc_test
  • d30603a Merge branch 'master' into fix_doc_test
  • c9ecb5b prepare v1.6.0-beta.2
  • 9e6a76a feat: add env vars to configure the runtime threadpool size and name
  • 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/1122 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/25/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/async-std-1.6.0` --- ### 📝 Commits (1) - [`f856941`](https://github.com/hickory-dns/hickory-dns/commit/f8569416c557e1edff0902ebc369d4bbfb878079) Bump async-std from 1.5.0 to 1.6.0 ### 📊 Changes **2 files changed** (+145 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+143 -25) 📝 `crates/async-std-resolver/Cargo.toml` (+2 -2) </details> ### 📄 Description Bumps [async-std](https://github.com/async-rs/async-std) from 1.5.0 to 1.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/async-rs/async-std/releases">async-std's releases</a>.</em></p> <blockquote> <h2>v1.6.0</h2> <h2>Added</h2> <ul> <li>Added <code>task::spawn_local</code>. (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/757">#757</a>)</li> <li>Added out of the box support for <code>wasm</code>. (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/757">#757</a>)</li> <li>Added <code>JoinHandle::cancel</code> (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/757">#757</a>)</li> <li>Added <code>sync::Condvar</code> (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/369">#369</a>)</li> <li>Added <code>sync::Sender::try_send</code> and <code>sync::Receiver::try_recv</code> (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/585">#585</a>)</li> <li>Added <code>no_std</code> support for <code>task</code>, <code>future</code> and <code>stream</code> (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/680">#680</a>)</li> <li>Added an environment variable to configure the thread pool size of the runtime. (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/774">#774</a>)</li> <li>Implement <code>Clone</code> for <code>UnixStream</code> (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/772">#772</a>)</li> </ul> <h2>Changed</h2> <ul> <li>Switched underlying runtime to <a href="https://github.com/stjepang/smol/"><code>smol</code></a>. (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/757">#757</a>)</li> <li>Switched implementation of <code>sync::Barrier</code> to use <code>sync::Condvar</code> like <code>std</code> does. (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/581">#581</a>)</li> <li>For <code>wasm</code>, switched underlying <code>Timer</code> implementation to <a href="https://github.com/async-rs/futures-timer"><code>futures-timer</code></a>. (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/776">#776</a>)</li> </ul> <h2>Fixed</h2> <ul> <li>Use <code>smol::block_on</code> to handle drop of <code>File</code>, avoiding nested executor panic. (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/768">#768</a>)</li> <li>Allow compilation on 32 bit targets, by using <code>AtomicUsize</code> for <code>TaskId</code>. (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/756">#756</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/async-rs/async-std/blob/master/CHANGELOG.md">async-std's changelog</a>.</em></p> <blockquote> <h1>[1.6.0] - 2020-05-22</h1> <p>See <code>1.6.0-beta.1</code> and <code>1.6.0-beta.2</code>.</p> <h1>[1.6.0-beta.2] - 2020-05-19</h1> <h2>Added</h2> <ul> <li>Added an environment variable to configure the thread pool size of the runtime. (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/774">#774</a>)</li> <li>Implement <code>Clone</code> for <code>UnixStream</code> (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/772">#772</a>)</li> </ul> <h2>Changed</h2> <ul> <li>For <code>wasm</code>, switched underlying <code>Timer</code> implementation to <a href="https://github.com/async-rs/futures-timer"><code>futures-timer</code></a>. (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/776">#776</a>)</li> </ul> <h2>Fixed</h2> <ul> <li>Use <code>smol::block_on</code> to handle drop of <code>File</code>, avoiding nested executor panic. (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/768">#768</a>)</li> </ul> <h1>[1.6.0-beta.1] - 2020-05-07</h1> <h2>Added</h2> <ul> <li>Added <code>task::spawn_local</code>. (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/757">#757</a>)</li> <li>Added out of the box support for <code>wasm</code>. (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/757">#757</a>)</li> <li>Added <code>JoinHandle::cancel</code> (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/757">#757</a>)</li> <li>Added <code>sync::Condvar</code> (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/369">#369</a>)</li> <li>Added <code>sync::Sender::try_send</code> and <code>sync::Receiver::try_recv</code> (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/585">#585</a>)</li> <li>Added <code>no_std</code> support for <code>task</code>, <code>future</code> and <code>stream</code> (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/680">#680</a>)</li> </ul> <h2>Changed</h2> <ul> <li>Switched underlying runtime to <a href="https://github.com/stjepang/smol/"><code>smol</code></a>. (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/757">#757</a>)</li> <li>Switched implementation of <code>sync::Barrier</code> to use <code>sync::Condvar</code> like <code>std</code> does. (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/581">#581</a>)</li> </ul> <h2>Fixed</h2> <ul> <li>Allow compilation on 32 bit targets, by using <code>AtomicUsize</code> for <code>TaskId</code>. (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/756">#756</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/async-rs/async-std/commit/6d2a43e3366bbd55563ff1496540940e85d98b12"><code>6d2a43e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/async-rs/async-std/issues/794">#794</a> from async-rs/1-6-0</li> <li><a href="https://github.com/async-rs/async-std/commit/e1c8638173e56f836f243f594079143804147f9e"><code>e1c8638</code></a> chore: release v1.6.0</li> <li><a href="https://github.com/async-rs/async-std/commit/06eea4225b01329ac8faa9cc2a41a61d702b7d92"><code>06eea42</code></a> feat: add PartialEq and Eq for channel Errors</li> <li><a href="https://github.com/async-rs/async-std/commit/252140839b113e0fec857993405f0d4a04ca2c42"><code>2521408</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/async-rs/async-std/issues/791">#791</a> from Licenser/patch-1</li> <li><a href="https://github.com/async-rs/async-std/commit/69806403c6cfd92eb273cc7391a396c10d69e209"><code>6980640</code></a> Fix readme for BufRead</li> <li><a href="https://github.com/async-rs/async-std/commit/955befd74634a7c46bfc30b14132a4670cae4b03"><code>955befd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/async-rs/async-std/issues/790">#790</a> from async-rs/1-6-0-beta-2</li> <li><a href="https://github.com/async-rs/async-std/commit/70dac51938f86f7c422071b7ac91d80e9f3f5553"><code>70dac51</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/async-rs/async-std/issues/729">#729</a> from k-nasa/fix_doc_test</li> <li><a href="https://github.com/async-rs/async-std/commit/d30603affe4425e97994d3d3fa0405d8830a5c9a"><code>d30603a</code></a> Merge branch 'master' into fix_doc_test</li> <li><a href="https://github.com/async-rs/async-std/commit/c9ecb5bbbdfaaececf369915852d748a73af726e"><code>c9ecb5b</code></a> prepare v1.6.0-beta.2</li> <li><a href="https://github.com/async-rs/async-std/commit/9e6a76af04a08d3e3d13f4366c5d254dc2c22b94"><code>9e6a76a</code></a> feat: add env vars to configure the runtime threadpool size and name</li> <li>Additional commits viewable in <a href="https://github.com/async-rs/async-std/compare/v1.5.0...v1.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=async-std&package-manager=cargo&previous-version=1.5.0&new-version=1.6.0)](https://dependabot.com/compatibility-score/?dependency-name=async-std&package-manager=cargo&previous-version=1.5.0&new-version=1.6.0) 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:20:29 +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#1989
No description provided.