Skip to content

chore(deps): update rust crate yansi to v1#706

Draft
dd-octo-sts[bot] wants to merge 1 commit intomasterfrom
engraver-auto-version-upgrade/renovate/yansi-1.x
Draft

chore(deps): update rust crate yansi to v1#706
dd-octo-sts[bot] wants to merge 1 commit intomasterfrom
engraver-auto-version-upgrade/renovate/yansi-1.x

Conversation

@dd-octo-sts
Copy link

@dd-octo-sts dd-octo-sts bot commented Mar 5, 2026

This PR contains the following updates:

Package Type Update Change
yansi dev-dependencies major ~0.5.1~1.0.0

Release Notes

SergioBenitez/yansi (yansi)

v1.0.1

Compare Source

v1.0.0

Version 1.0.0 of yansi is now available.

For most users, upgrading will consist largely of changing calls of the form Paint::foo(value) to value.foo():

- use yansi::{Paint, Color};
+ use yansi::Paint;

println!("Testing, {}, {}, {}!",
-    Paint::red(1),
+    1.red(),
-    Paint::green(2).bold().underline(),
+    2.green().bold().underline(),
-    Paint::blue("3").bg(Color::White).italic());
+    "3".blue().on_white().italic());

Please see the rustdocs for complete documentation.


Configuration

📅 Schedule: 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 is behind base branch, 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 Renovate Bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants