diff --git a/Cargo.lock b/Cargo.lock index 53d022f..65029d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -860,9 +860,9 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "minimad" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9c5d708226d186590a7b6d4a9780e2bdda5f689e0d58cd17012a298efd745d2" +checksum = "df8b688969b16915f3ecadc7829d5b7779dee4977e503f767f34136803d5c06f" dependencies = [ "once_cell", ] @@ -1499,9 +1499,9 @@ dependencies = [ [[package]] name = "termimad" -version = "0.30.1" +version = "0.34.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22117210909e9dfff30a558f554c7fb3edb198ef614e7691386785fb7679677c" +checksum = "889a9370996b74cf46016ce35b96c248a9ac36d69aab1d112b3e09bc33affa49" dependencies = [ "coolor", "crokey", @@ -1509,7 +1509,7 @@ dependencies = [ "lazy-regex", "minimad", "serde", - "thiserror 1.0.69", + "thiserror 2.0.18", "unicode-width 0.1.14", ] diff --git a/Cargo.toml b/Cargo.toml index 8352f25..5148dd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ dirs = "5" # Terminal output comfy-table = "7" colored = "2" -termimad = "0.30" +termimad = "0.34" # Input rpassword = "7"