From 15dc8ba72f4b0ea7f67e44702fcc9107dd7dec1a Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 22:11:52 +0000 Subject: [PATCH] chore(deps): update rust crate yansi to v1 --- examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 7c277314b..339b845f0 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dev-dependencies] byte-unit = "5.1.4" -yansi = "~0.5.1" +yansi = "~1.0.0" clap = "4.5.3" fastrand = "2" futures = "~0.3.5"