From c05349d142a0dfc3e7b7c1df94d2f00c3bd31f3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 04:22:47 +0000 Subject: [PATCH] Bump termimad from 0.34.0 to 0.35.4 Bumps [termimad](https://github.com/Canop/termimad) from 0.34.0 to 0.35.4. - [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.35.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d9c5ea..ac6da16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -398,9 +398,9 @@ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" [[package]] name = "minimad" -version = "0.13.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9c5d708226d186590a7b6d4a9780e2bdda5f689e0d58cd17012a298efd745d2" +checksum = "de632ee829aec3a874d18a4192eae64a0460b3a45c54ed556b334f6fe5a1d62f" dependencies = [ "once_cell", ] @@ -779,9 +779,9 @@ dependencies = [ [[package]] name = "termimad" -version = "0.34.0" +version = "0.35.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68ff5ca043d65d4ea43b65cdb4e3aba119657d0d12caf44f93212ec3168a8e20" +checksum = "2374179aac8b77011a1aefe2f44d0c34eb680c9b4bd1c369a88991262c60c85a" dependencies = [ "coolor", "crokey", diff --git a/Cargo.toml b/Cargo.toml index 70cdf8e..a47dd38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ pulldown-cmark = { version = "0.13.0", default-features = false, features = ["si ropey = "1.6.1" similar = "2.7.0" snafu = { version = "0.9.2", default-features = false, features = ["std"] } -termimad = "0.34.0" +termimad = "0.35.4" walkdir = "2.5.0" [dev-dependencies]