From 8f406a72378575c9a890550cd2b201c96de3f099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 15:36:12 +0000 Subject: [PATCH] Update termimad requirement from 0.25 to 0.27 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..ad546a2 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.27", optional = true } clap = { version = "4.2", features = ["derive"], optional = true } [target.'cfg(unix)'.dev-dependencies]