From b632bedbed9be974dab16aaa1f7ddd2cfcae805c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 18:16:28 +0100 Subject: [PATCH] chore(deps): update rust crate comfy-table to 7.1.0 (#933) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 03fbc01..23ed093 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -122,7 +122,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock", "serd rhai = { version = "1.16", features = ["sync", "serde", "no_optimize", "no_module", "no_custom_syntax", "only_i64"] } semver = "1" simplelog = "0.12" -comfy-table = "7.0.1" +comfy-table = "7.1.0" # commands merge = "0.1"