[PR #1134] [CLOSED] Bump async-std from 1.6.0 to 1.6.1 #2000

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1134
Author: @dependabot-preview[bot]
Created: 6/15/2020
Status: Closed

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


📝 Commits (1)

  • f4e9785 Bump async-std from 1.6.0 to 1.6.1

📊 Changes

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

View changed files

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

📄 Description

Bumps async-std from 1.6.0 to 1.6.1.

Changelog

Sourced from async-std's changelog.

[1.6.1] - 2020-06-11

Added

  • Added tokio02 feature flag, to allow compatability usage with tokio@0.2 (#804).

Changed

  • Removed unstable stdio lock methods, due to their unsoundness (#807).

Fixed

  • Fixed wrong slice index for file reading (#802).
  • Fixed recursive calls to block_on (#799) and (#809).
  • Remove default feature requirement for the unstable feature (#806).
Commits
  • 5c2a3de Merge pull request #814 from async-rs/1-6-1
  • e9c6ea8 chore: release v1.6.1
  • 0d98aac Merge pull request #812 from thibault-martinez/gh-actions-cache-v2
  • 4555f19 ci: update actions/cache to v2
  • 61fc2ba Merge pull request #809 from async-rs/fix/recursive-block-2
  • 5a1a681 fix(rt): use task::block_on on spawned threads
  • e12cf80 fix: allow for recursive block-on calls
  • 631105b Merge pull request #806 from async-rs/fix-feature-unstable
  • 0897b91 Merge pull request #804 from async-rs/tokio02-feature
  • 6ca7b09 Merge pull request #807 from xfix/remove-stdio-lock-methods
  • 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/1134 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 6/15/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/async-std-1.6.1` --- ### 📝 Commits (1) - [`f4e9785`](https://github.com/hickory-dns/hickory-dns/commit/f4e978509bb2abd7fe4b03f02c15ca784db42278) Bump async-std from 1.6.0 to 1.6.1 ### 📊 Changes **2 files changed** (+4 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -32) 📝 `crates/async-std-resolver/Cargo.toml` (+2 -2) </details> ### 📄 Description Bumps [async-std](https://github.com/async-rs/async-std) from 1.6.0 to 1.6.1. <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.1] - 2020-06-11</h1> <h2>Added</h2> <ul> <li>Added <code>tokio02</code> feature flag, to allow compatability usage with tokio@0.2 (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/804">#804</a>).</li> </ul> <h2>Changed</h2> <ul> <li>Removed unstable <code>stdio</code> lock methods, due to their unsoundness (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/807">#807</a>).</li> </ul> <h2>Fixed</h2> <ul> <li>Fixed wrong slice index for file reading (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/802">#802</a>).</li> <li>Fixed recursive calls to <code>block_on</code> (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/799">#799</a>) and (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/809">#809</a>).</li> <li>Remove <code>default</code> feature requirement for the <code>unstable</code> feature (<a href="https://github-redirect.dependabot.com/async-rs/async-std/pull/806">#806</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/async-rs/async-std/commit/5c2a3de9e781c5f6b6592f68889c7fd492f0f0cb"><code>5c2a3de</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/async-rs/async-std/issues/814">#814</a> from async-rs/1-6-1</li> <li><a href="https://github.com/async-rs/async-std/commit/e9c6ea873c628a304b5f2d5a1306c603830e604f"><code>e9c6ea8</code></a> chore: release v1.6.1</li> <li><a href="https://github.com/async-rs/async-std/commit/0d98aac8f75669d49dd26b1d50dee6c4ba5a1446"><code>0d98aac</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/async-rs/async-std/issues/812">#812</a> from thibault-martinez/gh-actions-cache-v2</li> <li><a href="https://github.com/async-rs/async-std/commit/4555f193a51f6c46ed2d0bab1b190dec94dc5d33"><code>4555f19</code></a> ci: update actions/cache to v2</li> <li><a href="https://github.com/async-rs/async-std/commit/61fc2bae72e54783a7e42e42207343b07f28c2a3"><code>61fc2ba</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/async-rs/async-std/issues/809">#809</a> from async-rs/fix/recursive-block-2</li> <li><a href="https://github.com/async-rs/async-std/commit/5a1a681d685763011c258edb8b6e2a3e22bc418e"><code>5a1a681</code></a> fix(rt): use task::block_on on spawned threads</li> <li><a href="https://github.com/async-rs/async-std/commit/e12cf80ab0290fa766871982803e39882121e4b0"><code>e12cf80</code></a> fix: allow for recursive block-on calls</li> <li><a href="https://github.com/async-rs/async-std/commit/631105b650f3db12a231a1dcda086ebe090fc5b2"><code>631105b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/async-rs/async-std/issues/806">#806</a> from async-rs/fix-feature-unstable</li> <li><a href="https://github.com/async-rs/async-std/commit/0897b9184a8c47423b91cee34229522fbb230399"><code>0897b91</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/async-rs/async-std/issues/804">#804</a> from async-rs/tokio02-feature</li> <li><a href="https://github.com/async-rs/async-std/commit/6ca7b0977c86bd3cf1bf4112e3bb9614af6037bd"><code>6ca7b09</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/async-rs/async-std/issues/807">#807</a> from xfix/remove-stdio-lock-methods</li> <li>Additional commits viewable in <a href="https://github.com/async-rs/async-std/compare/v1.6.0...v1.6.1">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.6.0&new-version=1.6.1)](https://dependabot.com/compatibility-score/?dependency-name=async-std&package-manager=cargo&previous-version=1.6.0&new-version=1.6.1) 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:02 +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#2000
No description provided.