From 2959f431bb5bef3f0a1f0444a730642faedfc6cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:51:50 +0000 Subject: [PATCH] Update termimad requirement from 0.25 to 0.28 Updates the requirements on [termimad](https://github.com/Canop/termimad) to permit the latest version. - [Changelog](https://github.com/Canop/termimad/blob/main/CHANGELOG.md) - [Commits](https://github.com/Canop/termimad/commits) --- updated-dependencies: - dependency-name: termimad dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d141ef8..e63964d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ bitflags = { version = "2.0" } serde = { version = "1.0", default-features = false, optional = true } serde_derive = { version = "1.0", optional = true } serde_json = { version = "1.0", optional = true } -termimad = { version = "0.25", optional = true } +termimad = { version = "0.28", optional = true } clap = { version = "4.2", features = ["derive"], optional = true } [target.'cfg(unix)'.dev-dependencies]