-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update rust crate owo-colors to v4 #194
base: main
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: Cargo.lock
File name: Cargo.lock
|
e83a9c1
to
63ae033
Compare
486a05e
to
5c5430f
Compare
9d0e49e
to
f9180cd
Compare
db8cd9a
to
9704ac3
Compare
e0ae6ac
to
60be23c
Compare
60be23c
to
1d36518
Compare
f0746b0
to
2e98f80
Compare
8a90cd9
to
43f73ba
Compare
|
43f73ba
to
035129b
Compare
e024e11
to
d9eaf7b
Compare
e325069
to
85d1d3d
Compare
85d1d3d
to
55fa2b0
Compare
55fa2b0
to
1b3a24d
Compare
08e33d7
to
84fb72a
Compare
84fb72a
to
8ca8b81
Compare
56ad1b5
to
8a225f8
Compare
8a225f8
to
c2f117e
Compare
This PR contains the following updates:
3.5.0
->4.2.0
Release Notes
owo-colors/owo-colors (owo-colors)
v4.2.0
Compare Source
Added
Style::prefix_formatter
andStyle::suffix_formatter
returnDisplay
formatters for the prefix and the suffix of a style, respectively.*Display
types now have aninto_styled
function that converts those types into aStyled
, erasing type parameters.const
.Changed
The
Color
andDynColor
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.
v4.1.1
Compare Source
Added
Fixed
Stream
is now rendered properly. Thanks purplesyringa for the contribution!Other
For information about earlier versions, see the commit history.
v4.1.0
Compare Source
v4.0.0
Compare Source
v3.6.0
Compare Source
Configuration
📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.
🚦 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.
This PR has been generated by Renovate Bot.