Update Rust crate console to 0.16 #12

Open
noplife wants to merge 1 commit from renovate/console-0.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
console dependencies minor 0.150.16

Release Notes

console-rs/console (console)

v0.16.4

Compare Source

What's Changed

v0.16.3

Compare Source

What's Changed

v0.16.2

Compare Source

What's Changed

v0.16.1

Compare Source

What's Changed

v0.16.0

Compare Source

What's Changed

The 0.15.12 release was yanked after it turned out to be semver-incompatible with existing usage by several of the most popular dependent crates, because it introduced a std feature -- and those crates used default-features = false but relied on the std-guarded features.

The 0.16.0 API should be semver-compatible with the 0.15.x API except for the need for the std feature.

Refer to the 0.15.12 release notes for more information.

v0.15.12

Compare Source

What's Changed


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [console](https://github.com/console-rs/console) | dependencies | minor | `0.15` → `0.16` | --- ### Release Notes <details> <summary>console-rs/console (console)</summary> ### [`v0.16.4`](https://github.com/console-rs/console/releases/tag/0.16.4) [Compare Source](https://github.com/console-rs/console/compare/0.16.3...0.16.4) #### What's Changed - chore: Remove redudant helper and add `TermInner` constructors by [@&#8203;ChrisDenton](https://github.com/ChrisDenton) in [#&#8203;284](https://github.com/console-rs/console/pull/284) - Style::from\_dotted\_str ignore non-ascii by [@&#8203;danjl1100](https://github.com/danjl1100) in [#&#8203;287](https://github.com/console-rs/console/pull/287) - feat: add `is_dumb` public function by [@&#8203;ugur-eren](https://github.com/ugur-eren) in [#&#8203;290](https://github.com/console-rs/console/pull/290) ### [`v0.16.3`](https://github.com/console-rs/console/releases/tag/0.16.3) [Compare Source](https://github.com/console-rs/console/compare/0.16.2...0.16.3) #### What's Changed - Use `std::sync::OnceLock` instead of `once_cell` by [@&#8203;cuviper](https://github.com/cuviper) in [#&#8203;281](https://github.com/console-rs/console/pull/281) - Bump version to 0.16.3 by [@&#8203;cuviper](https://github.com/cuviper) in [#&#8203;282](https://github.com/console-rs/console/pull/282) ### [`v0.16.2`](https://github.com/console-rs/console/releases/tag/0.16.2) [Compare Source](https://github.com/console-rs/console/compare/0.16.1...0.16.2) #### What's Changed - Implement basic support for true colors by [@&#8203;lord-haffi](https://github.com/lord-haffi) in [#&#8203;271](https://github.com/console-rs/console/pull/271) - docs: add note about clicolors by [@&#8203;philbucher](https://github.com/philbucher) in [#&#8203;274](https://github.com/console-rs/console/pull/274) - chore: minor improvement for docs by [@&#8203;spuradage](https://github.com/spuradage) in [#&#8203;276](https://github.com/console-rs/console/pull/276) - Exclude development scripts from published package by [@&#8203;weiznich](https://github.com/weiznich) in [#&#8203;278](https://github.com/console-rs/console/pull/278) ### [`v0.16.1`](https://github.com/console-rs/console/releases/tag/0.16.1) [Compare Source](https://github.com/console-rs/console/compare/0.16.0...0.16.1) #### What's Changed - Add WithoutAnsi struct that implements Display by [@&#8203;ChocolateLoverRaj](https://github.com/ChocolateLoverRaj) in [#&#8203;258](https://github.com/console-rs/console/pull/258) - Tweak style for new WithAnsi code by [@&#8203;djc](https://github.com/djc) in [#&#8203;266](https://github.com/console-rs/console/pull/266) - Fix QNX 7.1 patch for libc::cfmakeraw by [@&#8203;rafaeling](https://github.com/rafaeling) in [#&#8203;267](https://github.com/console-rs/console/pull/267) - Upgrade windows-sys to 0.61 by [@&#8203;djc](https://github.com/djc) in [#&#8203;272](https://github.com/console-rs/console/pull/272) ### [`v0.16.0`](https://github.com/console-rs/console/releases/tag/0.16.0) [Compare Source](https://github.com/console-rs/console/compare/0.15.12...0.16.0) #### What's Changed The 0.15.12 release was yanked after it [turned out to be semver-incompatible](https://github.com/console-rs/console/issues/264) with existing usage by several of the most popular dependent crates, because it introduced a `std` feature -- and those crates used `default-features = false` but relied on the `std`-guarded features. The 0.16.0 API should be semver-compatible with the 0.15.x API except for the need for the `std` feature. - Prepare 0.16.0 by [@&#8203;djc](https://github.com/djc) in [#&#8203;265](https://github.com/console-rs/console/pull/265) Refer to the [0.15.12 release notes](https://github.com/console-rs/console/releases/0.15.12) for more information. ### [`v0.15.12`](https://github.com/console-rs/console/releases/tag/0.15.12) [Compare Source](https://github.com/console-rs/console/compare/0.15.11...0.15.12) #### What's Changed - Use EnumSet instead of a full-blown btreemap for the attributes by [@&#8203;jwiesler](https://github.com/jwiesler) in [#&#8203;244](https://github.com/console-rs/console/pull/244) - Tweak Attributes bit set API by [@&#8203;djc](https://github.com/djc) in [#&#8203;245](https://github.com/console-rs/console/pull/245) - Implement measure\_text\_width with no allocation by [@&#8203;remi-dupre](https://github.com/remi-dupre) in [#&#8203;246](https://github.com/console-rs/console/pull/246) - fix(utils): surprising behavior in truncate\_str when tail is larger than width by [@&#8203;remi-dupre](https://github.com/remi-dupre) in [#&#8203;250](https://github.com/console-rs/console/pull/250) - fix spelling mistake by [@&#8203;Axlefublr](https://github.com/Axlefublr) in [#&#8203;253](https://github.com/console-rs/console/pull/253) - feat(part): add NO\_COLOR env support for windows terminal by [@&#8203;L-Chao](https://github.com/L-Chao) in [#&#8203;254](https://github.com/console-rs/console/pull/254) - Update windows-sys requirement from 0.59 to 0.60 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;259](https://github.com/console-rs/console/pull/259) - Add features to work with no\_std, and with alloc in no\_std by [@&#8203;ChocolateLoverRaj](https://github.com/ChocolateLoverRaj) in [#&#8203;256](https://github.com/console-rs/console/pull/256) - Fix CI badge and license URL by [@&#8203;atouchet](https://github.com/atouchet) in [#&#8203;261](https://github.com/console-rs/console/pull/261) - Bump version to 0.15.12 by [@&#8203;felstead](https://github.com/felstead) in [#&#8203;262](https://github.com/console-rs/console/pull/262) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI4MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Author
Collaborator

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/console-0.x:renovate/console-0.x
git switch renovate/console-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/console-0.x
git switch renovate/console-0.x
git rebase master
git switch master
git merge --ff-only renovate/console-0.x
git switch renovate/console-0.x
git rebase master
git switch master
git merge --no-ff renovate/console-0.x
git switch master
git merge --squash renovate/console-0.x
git switch master
git merge --ff-only renovate/console-0.x
git switch master
git merge renovate/console-0.x
git push origin master
Sign in to join this conversation.
No description provided.