From 0540552210eb3aebf9049dd25e19f08f64a7dc13 Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Tue, 2 Sep 2025 18:05:44 +0200 Subject: [PATCH] chore: Log update of comfy-table in the Cargo.toml renovate PR only updated lock file and left Cargo.toml unchanged. --- openstack_cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_cli/Cargo.toml b/openstack_cli/Cargo.toml index d9b04e89d..e817fc059 100644 --- a/openstack_cli/Cargo.toml +++ b/openstack_cli/Cargo.toml @@ -61,7 +61,7 @@ chrono = { workspace= true } clap = { workspace = true, features = ["color", "derive", "env"] } clap_complete = { workspace = true } color-eyre = { workspace = true } -comfy-table = { version = "^7.1" } +comfy-table = { version = "^7.2" } dialoguer = { workspace = true, features=["fuzzy-select"] } eyre = { workspace = true } http = { workspace = true }