diff --git a/Cargo.lock b/Cargo.lock index 38c563c..e5bc012 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -249,9 +249,9 @@ dependencies = [ [[package]] name = "comfy-table" -version = "7.2.2" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "958c5d6ecf1f214b4c2bbbbf6ab9523a864bd136dcf71a7e8904799acfe1ad47" +checksum = "136c8c4c3823846e8ba6d4bda011b4e5d5827b8bb0ac26c31f9ab31abe9f54f2" dependencies = [ "crossterm", "unicode-segmentation", diff --git a/Cargo.toml b/Cargo.toml index 551cbd6..638232b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ toml = "1.1" dirs = "6.0" # Table output -comfy-table = "7" +comfy-table = "8" # Progress bars for long-running operations indicatif = "0.18"