[PR #1333] [MERGED] Bump console from 0.13.0 to 0.14.0 #2217

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1333
Author: @dependabot-preview[bot]
Created: 12/28/2020
Status: Merged
Merged: 12/29/2020
Merged by: @bluejekyll

Base: mainHead: dependabot/cargo/console-0.14.0


📝 Commits (1)

  • 15cff98 Bump console from 0.13.0 to 0.14.0

📊 Changes

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

View changed files

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

📄 Description

Bumps console from 0.13.0 to 0.14.0.

Changelog

Sourced from console's changelog.

0.14.0

Enhancements

  • Added emoji support for newer Windows terminals.
  • Made the windows terminal emulation a non default feature (windows-console-colors)
Commits
  • f987141 Bump regex and bump version to 0.14.0
  • 6638f7c Make windows console colors optional (#79)
  • 722c472 Fix CI (#78)
  • 156fd77 Add emoji support for windows terminal. Fixes #54
  • 1feb365 Update windows_term.rs
  • 281c1df Merge pull request #77 from pickfire/patch-1
  • 1f1de33 Mention terminal size is rows and columns
  • ccdbd30 Update ci.yml
  • 59ed72b Windows terminal size now gets the correct handle
  • 2d9269c Merge pull request #75 from mitsuhiko/remove-travis
  • 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/1333 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/28/2020 **Status:** ✅ Merged **Merged:** 12/29/2020 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `dependabot/cargo/console-0.14.0` --- ### 📝 Commits (1) - [`15cff98`](https://github.com/hickory-dns/hickory-dns/commit/15cff981dcccc92bd57ceb1f9ad7b6d197903a41) Bump console from 0.13.0 to 0.14.0 ### 📊 Changes **2 files changed** (+3 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -3) 📝 `util/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [console](https://github.com/mitsuhiko/console) from 0.13.0 to 0.14.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.14.0</h2> <h3>Enhancements</h3> <ul> <li>Added emoji support for newer Windows terminals.</li> <li>Made the windows terminal emulation a non default feature (<code>windows-console-colors</code>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mitsuhiko/console/commit/f9871411609ed2b0a184e1d4398a0ef349778c33"><code>f987141</code></a> Bump regex and bump version to 0.14.0</li> <li><a href="https://github.com/mitsuhiko/console/commit/6638f7c8b188b363063546647cee7bda9fc2f36b"><code>6638f7c</code></a> Make windows console colors optional (<a href="https://github-redirect.dependabot.com/mitsuhiko/console/issues/79">#79</a>)</li> <li><a href="https://github.com/mitsuhiko/console/commit/722c47218b959f8c3ed6d0b303209308e54baf9b"><code>722c472</code></a> Fix CI (<a href="https://github-redirect.dependabot.com/mitsuhiko/console/issues/78">#78</a>)</li> <li><a href="https://github.com/mitsuhiko/console/commit/156fd77a2935261a1f1359f1795044b229b45178"><code>156fd77</code></a> Add emoji support for windows terminal. Fixes <a href="https://github-redirect.dependabot.com/mitsuhiko/console/issues/54">#54</a></li> <li><a href="https://github.com/mitsuhiko/console/commit/1feb365473c934779f0f9dfdd7c92582b20958c7"><code>1feb365</code></a> Update windows_term.rs</li> <li><a href="https://github.com/mitsuhiko/console/commit/281c1dfb02319c120f6b904d450b44cbd9c51572"><code>281c1df</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mitsuhiko/console/issues/77">#77</a> from pickfire/patch-1</li> <li><a href="https://github.com/mitsuhiko/console/commit/1f1de330364032aaf9d93299e19755043589c842"><code>1f1de33</code></a> Mention terminal size is rows and columns</li> <li><a href="https://github.com/mitsuhiko/console/commit/ccdbd3044f84a470e90054fdb9b0a0812058b73c"><code>ccdbd30</code></a> Update ci.yml</li> <li><a href="https://github.com/mitsuhiko/console/commit/59ed72bca7c8cffcffc94b22e026b92938f3b9e8"><code>59ed72b</code></a> Windows terminal size now gets the correct handle</li> <li><a href="https://github.com/mitsuhiko/console/commit/2d9269c487ef56ddc184826d32b22ec1ee564a8e"><code>2d9269c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mitsuhiko/console/issues/75">#75</a> from mitsuhiko/remove-travis</li> <li>Additional commits viewable in <a href="https://github.com/mitsuhiko/console/compare/0.13.0...0.14.0">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.13.0&new-version=0.14.0)](https://dependabot.com/compatibility-score/?dependency-name=console&package-manager=cargo&previous-version=0.13.0&new-version=0.14.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 07:43:38 +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#2217
No description provided.