quicktest
quicktest copied to clipboard
chore(deps): update colored requirement from 2.1.0 to 3.0.0
Updates the requirements on colored to permit the latest version.
Release notes
Sourced from colored's releases.
v3.0.0
- [BREAKING CHANGE]: Upgrade MSRV to 1.80 and remove the then unnecessary lazy_static dependency.
Changelog
Sourced from colored's changelog.
3.0.0
- [BREAKING CHANGE]: Upgrade MSRV to 1.80 and remove the then unnecessary lazy_static dependency.
2.2.0
- Updated top-level docs to include a note about
ColoredString's role in theColorizepipeline as well as link to it to suggest learning more about how to manipulate existingColoredString's.- Changes to
ColoredString:
- Expose fields.
- [DEPRECATION]: Deprecated methods
fgcolor,bgcolor, andstyledue to their obsolescence in the face of the exposing of their represented fields.- Add methods for clearing specific elements of
fgcolor,bgcolor, andstyle.- Change Default implementation to be via derive as Style now implements Default (see changes to Style below).
- Add implementation of
DerefMut.- Updated docs to reflect the above changes as well as generally greatly expand them.
- Changes to
Style:
- Implemented
DefaultforStyle(returnsCLEAR). This exposes a method by which users can create plainStyle's from scratch.- Implemented
From<Styles>forStyle. This lets users easily createStyle's from specific styles.- Exposed previously private method
add.- Created method
removewhich essentially does the opposite.- Added builder-style methods in the vein of
Colorizeto add stylings (e.g.bold,underline,italic,strikethrough).- Implemented bitwise operators
BitAnd,BitOr,BitXor, andNotas well as their representative assignment operators. You can also use aStylesas an operand for these.- Implemented
FromIterator<Styles>for Style.- Changes to
Styles:
- Implemented bitwise operators
BitAnd,BitOr,BitXor, andNotwhich all combineStyles's and outputStyle's. These can also take aStyleas an operand.- Added additional testing for all of the above changes.
- Added methods
with_styleandwith_color_and_styletoColorize.2.1.0
- Impl From for ColoredString by
@mahor1221in colored-rs/colored#126- Allow conversion from ColoredString to Error by
@spenserblackin colored-rs/colored#86- Suggestion for minor documentation clarification by
@jonasbnin colored-rs/colored#98- Remove unnecessary is_terminal dependency by
@Oakchris1955in colored-rs/colored#149
- Document crate MSRV of
1.70.2.0.4
- Switch from
winapitowindows-sys.2.0.3
- Document crate MSRV of
1.63.2.0.2
- Fix typo in
src/control.rs.- Replace
attydependency withis-terminal.2.0.1 (July 3, 2023)
- Add edition for future compatibility.
- Implement custom colors that can be stored in a variable.
2.0.0 (July 14, 2020)
- Add support for true colours.
- Alter
Colorinterface to returnCow<'static, str>
... (truncated)
Commits
95b2de8Remove unnecessary lazy_static dependency (#176)037e091Fix missing2.2.0release in changelogef1484c2.2.0 (#186)1bb63e4cargo: supported range for windows-sys (#184)a7e464fAdd dependabot config (#178)0ddacefIgnore blame for clippy fix05b0f57Differentiate between ansi_term style and colored style due to deprecation of...981cfe4Fix deprecation warnings58a06a4Apply some (pedantic) clippy lintse55e26cUpdate rspec (#177)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.