From 213cc53124786a4a97e6459dd3aed4f134ebf600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 09:44:09 +0000 Subject: [PATCH] build(deps): update colored requirement from 2 to 3 Updates the requirements on [colored](https://github.com/mackwic/colored) to permit the latest version. - [Release notes](https://github.com/mackwic/colored/releases) - [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md) - [Commits](https://github.com/mackwic/colored/compare/v2.0.0...v3.1.1) --- updated-dependencies: - dependency-name: colored dependency-version: 3.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/corp-finance-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/corp-finance-cli/Cargo.toml b/crates/corp-finance-cli/Cargo.toml index b57c038a..6977cfa6 100644 --- a/crates/corp-finance-cli/Cargo.toml +++ b/crates/corp-finance-cli/Cargo.toml @@ -18,7 +18,7 @@ serde_json = "1" serde_yaml = "0.9" tabled = "0.16" csv = "1" -colored = "2" +colored = "3" rust_decimal = "1" rust_decimal_macros = "1" atty = "0.2"