From 0a1eb33eff115116d5b3e890f37c8ef59b17029e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:34:37 +0000 Subject: [PATCH] Update termimad requirement from 0.25 to 0.31 --- 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 e268ea4..d3146ae 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.31", optional = true } clap = { version = "4.2", features = ["derive"], optional = true } [dev-dependencies]