From acf67dc2681d1b9aa5a3bf71b0398702c5846f69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 13:40:39 +0000 Subject: [PATCH] chore(deps): Bump termimad from 0.30.1 to 0.34.1 Bumps [termimad](https://github.com/Canop/termimad) from 0.30.1 to 0.34.1. - [Release notes](https://github.com/Canop/termimad/releases) - [Changelog](https://github.com/Canop/termimad/blob/main/CHANGELOG.md) - [Commits](https://github.com/Canop/termimad/commits) --- updated-dependencies: - dependency-name: termimad dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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"