From 852a3b39ab00100548c2c04ec2bba7957da19752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 00:40:31 +0000 Subject: [PATCH] chore(deps): update tabled requirement from 0.15 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 38f4999..38d77a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ clap = { version = "4", features = ["derive"] } toml = "1.0" toml_edit = "0.22" colored = "2" -tabled = "0.15" +tabled = "0.20" async-trait = "0.1" tempfile = "3" which = "6"