[PR #1546] [CLOSED] Bump async-std from 1.9.0 to 1.10.0 #2410

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1546
Author: @dependabot[bot]
Created: 8/30/2021
Status: Closed

Base: mainHead: dependabot/cargo/async-std-1.10.0


📝 Commits (1)

  • 2a9bcbb Bump async-std from 1.9.0 to 1.10.0

📊 Changes

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

View changed files

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

📄 Description

Bumps async-std from 1.9.0 to 1.10.0.

Changelog

Sourced from async-std's changelog.

[1.10.0] - 2021-08-25

This release comes with an assortment of small features and fixes.

Added

  • File now implements Clone so that Files can be passed into closures for use in spawn_blocking.
    • File's contents are already wrapped in Arcs, so the implementation of Clone is straightforward.
  • task::try_current() which returns a handle to the current task if called within the context of a task created by async-std.
  • async_std::io now re-exports WriteExt directly.

Fixed

  • write! now takes already written bytes into account on File.

Internal

  • TcpStream now properly makes use of vectored IO.
  • The net::*::Incoming implementations now do less allocation.

Docs

  • Several docs improvements / fixes.
Commits
  • 5640a7f release v1.10.0
  • 47508c5 Merge pull request #982 from Fishrock123/propose-v1.10.0
  • 194c1ed 1.10.0
  • 9c03137 docs: add description for fuse() in handling_disconnection
  • 7560f0f Merge pull request #962 from sunfishcode/main
  • 871d222 Fix stdin.rs comments to say "read" instead of "write".
  • b24fe10 Merge pull request #957 from Keruspe/write
  • 4049f13 Merge pull request #974 from themaxdavitt/patch-1
  • a410082 Fix typo in Tasks book page
  • 35f7681 Merge pull request #965 from rkarp/fix-write-fmt-future
  • 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)

🔄 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/1546 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/30/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/async-std-1.10.0` --- ### 📝 Commits (1) - [`2a9bcbb`](https://github.com/hickory-dns/hickory-dns/commit/2a9bcbbca0aa0deb11cf5970dc1538a33c020412) Bump async-std from 1.9.0 to 1.10.0 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `crates/async-std-resolver/Cargo.toml` (+2 -2) </details> ### 📄 Description Bumps [async-std](https://github.com/async-rs/async-std) from 1.9.0 to 1.10.0. <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.10.0] - 2021-08-25</h1> <p>This release comes with an assortment of small features and fixes.</p> <h2>Added</h2> <ul> <li><code>File</code> now implements <code>Clone</code> so that <code>File</code>s can be passed into closures for use in <code>spawn_blocking</code>. <ul> <li><code>File</code>'s contents are already wrapped in <code>Arc</code>s, so the implementation of <code>Clone</code> is straightforward.</li> </ul> </li> <li><code>task::try_current()</code> which returns a handle to the current task if called within the context of a task created by async-std.</li> <li><code>async_std::io</code> now re-exports <code>WriteExt</code> directly.</li> </ul> <h2>Fixed</h2> <ul> <li><code>write!</code> now takes already written bytes into account on <code>File</code>.</li> </ul> <h2>Internal</h2> <ul> <li><code>TcpStream</code> now properly makes use of vectored IO.</li> <li>The <code>net::*::Incoming</code> implementations now do less allocation.</li> </ul> <h2>Docs</h2> <ul> <li>Several docs improvements / fixes.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/async-rs/async-std/commit/5640a7ff1f8ca5ff157f26a9ccb47a0b95d22fb4"><code>5640a7f</code></a> release v1.10.0</li> <li><a href="https://github.com/async-rs/async-std/commit/47508c59ff954e534eb70a50c08ec6d016de1ac3"><code>47508c5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/async-rs/async-std/issues/982">#982</a> from Fishrock123/propose-v1.10.0</li> <li><a href="https://github.com/async-rs/async-std/commit/194c1eda2151ec205d6fa7669ca6c4381deef285"><code>194c1ed</code></a> 1.10.0</li> <li><a href="https://github.com/async-rs/async-std/commit/9c031375c889192cad528a9a09ae5d8048bb8422"><code>9c03137</code></a> docs: add description for fuse() in handling_disconnection</li> <li><a href="https://github.com/async-rs/async-std/commit/7560f0fb90a08c829ba2437d700e9909da2eed43"><code>7560f0f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/async-rs/async-std/issues/962">#962</a> from sunfishcode/main</li> <li><a href="https://github.com/async-rs/async-std/commit/871d2220b80cd297050c17388d782a9d7b647a69"><code>871d222</code></a> Fix stdin.rs comments to say &quot;read&quot; instead of &quot;write&quot;.</li> <li><a href="https://github.com/async-rs/async-std/commit/b24fe10b11b280620150e303067b75939f6b1af8"><code>b24fe10</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/async-rs/async-std/issues/957">#957</a> from Keruspe/write</li> <li><a href="https://github.com/async-rs/async-std/commit/4049f132648a118dff99d30f80deb30cbbb812ed"><code>4049f13</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/async-rs/async-std/issues/974">#974</a> from themaxdavitt/patch-1</li> <li><a href="https://github.com/async-rs/async-std/commit/a410082a7f042ef1325c4cb09c1f5e7e1633ef84"><code>a410082</code></a> Fix typo in Tasks book page</li> <li><a href="https://github.com/async-rs/async-std/commit/35f768166436112db97224e823b4ee610c81d6d6"><code>35f7681</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/async-rs/async-std/issues/965">#965</a> from rkarp/fix-write-fmt-future</li> <li>Additional commits viewable in <a href="https://github.com/async-rs/async-std/compare/v1.9.0...v1.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=async-std&package-manager=cargo&previous-version=1.9.0&new-version=1.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </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:52:12 +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#2410
No description provided.