[PR #1416] [CLOSED] Bump console from 0.14.0 to 0.14.1 #2309

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1416
Author: @dependabot-preview[bot]
Created: 3/15/2021
Status: Closed

Base: mainHead: dependabot/cargo/console-0.14.1


📝 Commits (1)

  • a09b68c Bump console from 0.14.0 to 0.14.1

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)
📝 util/Cargo.toml (+1 -1)

📄 Description

Bumps console from 0.14.0 to 0.14.1.

Changelog

Sourced from console's changelog.

0.14.1

Enhancements

  • Added NO_COLOR support
  • Added some more key recognitions
  • Undeprecate Term::is_term
Commits
  • 9c5aa18 Version bump v0.14.1
  • b3dfd17 Add NO_COLOR support (#89)
  • f61351b Fixes #86
  • db45814 Merge pull request #85 from ttys3/unix_term_add_c_a_c_e_c_h_support
  • ffa4af4 Merge pull request #84 from ttys3/unix_term_tmux_rxvt_home_end
  • 01fd493 feat: unix term add Control-A (home), Control-E (end) and Control-H (8) support
  • b0ce78c feat: unix term escape sequences: add Home and End support for tmux and xrvt
  • cc3fcc1 Merge pull request #82 from spenserblack/patch-1
  • cdf1403 Fix typo
  • 486468d Merge pull request #81 from obsgolem/master
  • 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/1416 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/15/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/console-0.14.1` --- ### 📝 Commits (1) - [`a09b68c`](https://github.com/hickory-dns/hickory-dns/commit/a09b68c588104855089e7cb697f3ae074161d0f9) Bump console from 0.14.0 to 0.14.1 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `util/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [console](https://github.com/mitsuhiko/console) from 0.14.0 to 0.14.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mitsuhiko/console/blob/master/CHANGELOG.md">console's changelog</a>.</em></p> <blockquote> <h2>0.14.1</h2> <h3>Enhancements</h3> <ul> <li>Added <code>NO_COLOR</code> support</li> <li>Added some more key recognitions</li> <li>Undeprecate <code>Term::is_term</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mitsuhiko/console/commit/9c5aa18f88cee2b6b20f5b214255832a0af60b1a"><code>9c5aa18</code></a> Version bump v0.14.1</li> <li><a href="https://github.com/mitsuhiko/console/commit/b3dfd17f12fffe9f5e4dec8a3c7fcb797e580e01"><code>b3dfd17</code></a> Add NO_COLOR support (<a href="https://github-redirect.dependabot.com/mitsuhiko/console/issues/89">#89</a>)</li> <li><a href="https://github.com/mitsuhiko/console/commit/f61351bb3d81062a85e14b58ff26c88855dfbc2e"><code>f61351b</code></a> Fixes <a href="https://github-redirect.dependabot.com/mitsuhiko/console/issues/86">#86</a></li> <li><a href="https://github.com/mitsuhiko/console/commit/db45814e1839d3813c3930403def29977c8b9fad"><code>db45814</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mitsuhiko/console/issues/85">#85</a> from ttys3/unix_term_add_c_a_c_e_c_h_support</li> <li><a href="https://github.com/mitsuhiko/console/commit/ffa4af4b36c215e4d248483f1fb9ddc3cb18a4c0"><code>ffa4af4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mitsuhiko/console/issues/84">#84</a> from ttys3/unix_term_tmux_rxvt_home_end</li> <li><a href="https://github.com/mitsuhiko/console/commit/01fd4932f77bc776e7497f3e3295003a2deb54e0"><code>01fd493</code></a> feat: unix term add Control-A (home), Control-E (end) and Control-H (8) support</li> <li><a href="https://github.com/mitsuhiko/console/commit/b0ce78c46a6b396bfa388d010d5795d98b1cf1e3"><code>b0ce78c</code></a> feat: unix term escape sequences: add Home and End support for tmux and xrvt</li> <li><a href="https://github.com/mitsuhiko/console/commit/cc3fcc154a993501222b0ddf527d5f055d0329b7"><code>cc3fcc1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mitsuhiko/console/issues/82">#82</a> from spenserblack/patch-1</li> <li><a href="https://github.com/mitsuhiko/console/commit/cdf1403af35f200d0ce675cdc71f20fe35698a7a"><code>cdf1403</code></a> Fix typo</li> <li><a href="https://github.com/mitsuhiko/console/commit/486468d5449d67e3df352ae0af2ada89de597c47"><code>486468d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mitsuhiko/console/issues/81">#81</a> from obsgolem/master</li> <li>Additional commits viewable in <a href="https://github.com/mitsuhiko/console/compare/0.14.0...0.14.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=console&package-manager=cargo&previous-version=0.14.0&new-version=0.14.1)](https://dependabot.com/compatibility-score/?dependency-name=console&package-manager=cargo&previous-version=0.14.0&new-version=0.14.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 08:46:43 +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#2309
No description provided.