From 942ef5c37498553c2291eb1a613f41c6310e0950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 09:43:57 +0000 Subject: [PATCH] build(deps): update tabled requirement from 0.16 to 0.20 Updates the requirements on [tabled](https://github.com/zhiburt/tabled) to permit the latest version. - [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md) - [Commits](https://github.com/zhiburt/tabled/commits) --- updated-dependencies: - dependency-name: tabled dependency-version: 0.20.0 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..63922a19 100644 --- a/crates/corp-finance-cli/Cargo.toml +++ b/crates/corp-finance-cli/Cargo.toml @@ -16,7 +16,7 @@ clap = { version = "4", features = ["derive"] } serde = { version = "1", features = ["derive"] } serde_json = "1" serde_yaml = "0.9" -tabled = "0.16" +tabled = "0.20" csv = "1" colored = "2" rust_decimal = "1"