From dcb437621cb5fe0478e1dd2af253897f9e38f065 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 31 Aug 2025 00:14:21 +0000 Subject: [PATCH] chore(deps): update rust crate termimad to 0.34.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9452066c..6667e8b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -498,7 +498,7 @@ version = "0.4.3" default-features = false [workspace.dependencies.termimad] -version = "0.31.2" +version = "0.34.0" default-features = false [workspace.dependencies.checked_ops]