Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 22, 2025

Updates the requirements on owo-colors to permit the latest version.

Release notes

Sourced from owo-colors's releases.

owo-colors 4.2.1

Fixed

#144: owo-colors/owo-colors#144

Changelog

Sourced from owo-colors's changelog.

4.2.1 - 2025-05-15

Fixed

#144: owo-colors/owo-colors#144

4.2.0 - 2025-02-22

Added

  • Style::prefix_formatter and Style::suffix_formatter return Display formatters for the prefix and the suffix of a style, respectively.
  • All the *Display types now have an into_styled function that converts those types into a Styled, erasing type parameters.
  • Even more methods are now const.

Changed

  • The Color and DynColor traits are now explicitly marked sealed (i.e. downstream crates cannot implement them).

    These traits were already effectively sealed due to a number of hidden methods that were not part of the API, but they are now explicitly so. In that sense this is not a breaking change, so it's being released under a new minor version rather than a major version.

4.1.1 - 2025-02-22

Added

  • The vast majority of owo-colors is now usable in const contexts.

Fixed

  • Documentation for Stream is now rendered properly. Thanks purplesyringa for the contribution!
  • Replace brittle const-promotion-based unsafe code with safe code. Thanks Manish for the contribution!

Other

For information about earlier versions, see the commit history.

Commits
  • 529ab4a [owo-colors] version 4.2.1
  • 2ac1993 don't use a bool for is_fg, update changelog
  • e4f7918 fix nightly clippy
  • a891f3e fix combo color bug (#144)
  • 6d12fd4 [owo-colors] version 4.2.0
  • 376c775 prepare release
  • 730073c add StylePrefixFormatter and StyleSuffixFormatter
  • fb62f7a make even more methods const
  • dbc2166 add into_styled to erase type parameters
  • 1ae3d92 explicitly mark Color and DynColor sealed
  • Additional commits viewable in compare view

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)

Updates the requirements on [owo-colors](https://github.com/owo-colors/owo-colors) to permit the latest version.
- [Release notes](https://github.com/owo-colors/owo-colors/releases)
- [Changelog](https://github.com/owo-colors/owo-colors/blob/main/CHANGELOG.md)
- [Commits](owo-colors/owo-colors@v3.5.0...v4.2.1)

---
updated-dependencies:
- dependency-name: owo-colors
  dependency-version: 4.2.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 22, 2025
@dependabot dependabot bot requested a review from ewpratten as a code owner May 22, 2025 15:14
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 22, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 24, 2025

Superseded by #42.

@dependabot dependabot bot closed this Jun 24, 2025
@dependabot dependabot bot deleted the dependabot/cargo/owo-colors-4.2.1 branch June 24, 2025 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant