From 5befb4413bcb1ebc1d329454f8dbe6b5e169bd17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 00:10:30 +0000 Subject: [PATCH] chore(deps): update rust crate comfy-table to 7.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b032927b7..0ab09eca7 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"