From a5b31f5163ff6ef99d338312e4606c7ed53f1319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 15:33:44 +0000 Subject: [PATCH] Update termimad requirement from 0.25 to 0.26 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..974c485 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.26", optional = true } clap = { version = "4.2", features = ["derive"], optional = true } [target.'cfg(unix)'.dev-dependencies]