[PR #3267] [CLOSED] build(deps): bump console from 0.16.0 to 0.16.1 #3699

Closed
opened 2026-03-16 11:57:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3267
Author: @dependabot[bot]
Created: 9/8/2025
Status: Closed

Base: mainHead: dependabot/cargo/console-0.16.1


📝 Commits (1)

  • 11c1967 build(deps): bump console from 0.16.0 to 0.16.1

📊 Changes

1 file changed (+30 additions, -15 deletions)

View changed files

📝 Cargo.lock (+30 -15)

📄 Description

Bumps console from 0.16.0 to 0.16.1.

Release notes

Sourced from console's releases.

0.16.1

What's Changed

Commits
  • f35b2e4 Bump version to 0.16.1
  • 900379f Upgrade windows-sys to 0.61
  • 174b8a4 Bump MSRV to 1.71 (for windows-sys 0.61)
  • 208928e Fix lint warning for elided lifetimes
  • a51fcea Fix QNX patch for libc::cfmakeraw
  • 90ea08d Tweak style for new WithAnsi code
  • 903df6d Add WithoutAnsi struct that implements Display
  • See full diff in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
console [< 0.16, > 0.15.0]

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/3267 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/8/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/console-0.16.1` --- ### 📝 Commits (1) - [`11c1967`](https://github.com/hickory-dns/hickory-dns/commit/11c19671918fd860b1a499ffd3e97a889a3bf5fb) build(deps): bump console from 0.16.0 to 0.16.1 ### 📊 Changes **1 file changed** (+30 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+30 -15) </details> ### 📄 Description Bumps [console](https://github.com/console-rs/console) from 0.16.0 to 0.16.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/console-rs/console/releases">console's releases</a>.</em></p> <blockquote> <h2>0.16.1</h2> <h2>What's Changed</h2> <ul> <li>Add WithoutAnsi struct that implements Display by <a href="https://github.com/ChocolateLoverRaj"><code>@​ChocolateLoverRaj</code></a> in <a href="https://redirect.github.com/console-rs/console/pull/258">console-rs/console#258</a></li> <li>Tweak style for new WithAnsi code by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/console-rs/console/pull/266">console-rs/console#266</a></li> <li>Fix QNX 7.1 patch for libc::cfmakeraw by <a href="https://github.com/rafaeling"><code>@​rafaeling</code></a> in <a href="https://redirect.github.com/console-rs/console/pull/267">console-rs/console#267</a></li> <li>Upgrade windows-sys to 0.61 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/console-rs/console/pull/272">console-rs/console#272</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/console-rs/console/commit/f35b2e470d6835c7d1cd430f40619d64c18d6ba4"><code>f35b2e4</code></a> Bump version to 0.16.1</li> <li><a href="https://github.com/console-rs/console/commit/900379f8dbc33b354ce227ee4a634d0fae70aabe"><code>900379f</code></a> Upgrade windows-sys to 0.61</li> <li><a href="https://github.com/console-rs/console/commit/174b8a412702d4f7f7bf61e6f522f4cd77be07ef"><code>174b8a4</code></a> Bump MSRV to 1.71 (for windows-sys 0.61)</li> <li><a href="https://github.com/console-rs/console/commit/208928e26bf3b210f38951c9374d876380cff3ab"><code>208928e</code></a> Fix lint warning for elided lifetimes</li> <li><a href="https://github.com/console-rs/console/commit/a51fcead7cda1fc6f5ac552a5588aaba8c069639"><code>a51fcea</code></a> Fix QNX patch for libc::cfmakeraw</li> <li><a href="https://github.com/console-rs/console/commit/90ea08d21af6f9415bdca3e862ba8ed1f89f9220"><code>90ea08d</code></a> Tweak style for new WithAnsi code</li> <li><a href="https://github.com/console-rs/console/commit/903df6d69af9a909e2cd0796c16b3115034149ef"><code>903df6d</code></a> Add WithoutAnsi struct that implements Display</li> <li>See full diff in <a href="https://github.com/console-rs/console/compare/0.16.0...0.16.1">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | console | [< 0.16, > 0.15.0] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=console&package-manager=cargo&previous-version=0.16.0&new-version=0.16.1)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 11:57:47 +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#3699
No description provided.