diff --git a/Cargo.lock b/Cargo.lock index 4080334..8a83355 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -326,7 +326,7 @@ dependencies = [ "atoi", "base64", "chrono", - "comfy-table", + "comfy-table 7.2.2", "half", "lexical-core", "num-traits", @@ -1728,6 +1728,16 @@ name = "comfy-table" version = "7.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "958c5d6ecf1f214b4c2bbbbf6ab9523a864bd136dcf71a7e8904799acfe1ad47" +dependencies = [ + "unicode-segmentation", + "unicode-width", +] + +[[package]] +name = "comfy-table" +version = "8.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "136c8c4c3823846e8ba6d4bda011b4e5d5827b8bb0ac26c31f9ab31abe9f54f2" dependencies = [ "crossterm", "unicode-segmentation", @@ -7343,7 +7353,7 @@ dependencies = [ "chrono", "clap", "color-eyre", - "comfy-table", + "comfy-table 8.0.0", "parquet", "rand 0.10.2", "reqwest 0.13.4", diff --git a/Cargo.toml b/Cargo.toml index 6c4b31b..b7a7162 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -150,7 +150,7 @@ hex = "0.4" sha2 = "0.11" # Table formatting -comfy-table = "7" +comfy-table = "8" # Development Tools parking_lot = "0.12"