[PR #1567] [MERGED] Bump console from 0.14.1 to 0.15.0 #2424

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1567
Author: @dependabot[bot]
Created: 10/18/2021
Status: Merged
Merged: 11/18/2021
Merged by: @djc

Base: mainHead: dependabot/cargo/console-0.15.0


📝 Commits (1)

  • 3a34e6d Bump console from 0.14.1 to 0.15.0

📊 Changes

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

View changed files

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

📄 Description

Bumps console from 0.14.1 to 0.15.0.

Changelog

Sourced from console's changelog.

0.15.0

Enhancements

  • Addeed more key recognitions
  • Exposed pad_str_with to public API
  • Added ReadWritePair
  • Support color256 in Style::from_dotted_str

BREAKING

  • Added ReadWritePair to TermTarget to allow arbitrary read write pairs behave as a term
  • Removed Copy and PartialEq from TermTarget
Commits
  • 663ccc1 Release 0.15.0
  • aad31b9 Update changelog
  • f72c759 Merge pull request #105 from plugwash/master
  • 4c9a583 Add expected result for test_text_width in the case where unicode-width is en...
  • fa487a2 fixes windows composite key: #102 - add composite key (#103)
  • e823641 Merge pull request #99 from burrbull/once_cell
  • 3fcf2de once_cell & lazy_regex
  • d4e9757 Merge pull request #98 from MoSal/from_dotted_str_256color
  • 8026191 Support color256 in from_dotted_str()
  • 278de9d Exported pad-str-with function (#97)
  • 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/1567 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/18/2021 **Status:** ✅ Merged **Merged:** 11/18/2021 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `dependabot/cargo/console-0.15.0` --- ### 📝 Commits (1) - [`3a34e6d`](https://github.com/hickory-dns/hickory-dns/commit/3a34e6da3d31c7b509aefaeed96e807808f5fc55) Bump console from 0.14.1 to 0.15.0 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+3 -3) 📝 `util/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [console](https://github.com/mitsuhiko/console) from 0.14.1 to 0.15.0. <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.15.0</h2> <h3>Enhancements</h3> <ul> <li>Addeed more key recognitions</li> <li>Exposed <code>pad_str_with</code> to public API</li> <li>Added <code>ReadWritePair</code></li> <li>Support <code>color256</code> in <code>Style::from_dotted_str</code></li> </ul> <h3>BREAKING</h3> <ul> <li>Added <code>ReadWritePair</code> to <code>TermTarget</code> to allow arbitrary read write pairs behave as a term</li> <li>Removed <code>Copy</code> and <code>PartialEq</code> from <code>TermTarget</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mitsuhiko/console/commit/663ccc18bfb161b7e5a12bf302ad2b2b28c380a7"><code>663ccc1</code></a> Release 0.15.0</li> <li><a href="https://github.com/mitsuhiko/console/commit/aad31b95e22a0b2dd2eb7389935dc570a4af10e4"><code>aad31b9</code></a> Update changelog</li> <li><a href="https://github.com/mitsuhiko/console/commit/f72c75958672c39f90e5d4f598246c88c06b1076"><code>f72c759</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mitsuhiko/console/issues/105">#105</a> from plugwash/master</li> <li><a href="https://github.com/mitsuhiko/console/commit/4c9a583301c9a3683224e5ab32bad1b7271cf403"><code>4c9a583</code></a> Add expected result for test_text_width in the case where unicode-width is en...</li> <li><a href="https://github.com/mitsuhiko/console/commit/fa487a209595c6472c130f11b7cd42464eb863a5"><code>fa487a2</code></a> fixes windows composite key: <a href="https://github-redirect.dependabot.com/mitsuhiko/console/issues/102">#102</a> - add composite key (<a href="https://github-redirect.dependabot.com/mitsuhiko/console/issues/103">#103</a>)</li> <li><a href="https://github.com/mitsuhiko/console/commit/e82364171e99a33859d96eaa47267b3da5519bf8"><code>e823641</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mitsuhiko/console/issues/99">#99</a> from burrbull/once_cell</li> <li><a href="https://github.com/mitsuhiko/console/commit/3fcf2de4fc3caceb25c65c648b22c10a8fb7779c"><code>3fcf2de</code></a> once_cell &amp; lazy_regex</li> <li><a href="https://github.com/mitsuhiko/console/commit/d4e9757eb3f816a9020f0dce0326e05af279e10b"><code>d4e9757</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mitsuhiko/console/issues/98">#98</a> from MoSal/from_dotted_str_256color</li> <li><a href="https://github.com/mitsuhiko/console/commit/8026191e07d075a701a853734173171e860ef0a6"><code>8026191</code></a> Support color256 in from_dotted_str()</li> <li><a href="https://github.com/mitsuhiko/console/commit/278de9dc2bf0fa28db69adee351072f668beec8f"><code>278de9d</code></a> Exported <code>pad-str-with</code> function (<a href="https://github-redirect.dependabot.com/mitsuhiko/console/issues/97">#97</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mitsuhiko/console/compare/0.14.1...v0.15.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=console&package-manager=cargo&previous-version=0.14.1&new-version=0.15.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:53:01 +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#2424
No description provided.