From 1ed6c0f2a384853bbe618aa05d27c8368a5b4d40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:28:59 +0000 Subject: [PATCH] Update term requirement from 0.7 to 1.0 Updates the requirements on [term](https://github.com/Stebalien/term) to permit the latest version. - [Commits](https://github.com/Stebalien/term/commits) --- updated-dependencies: - dependency-name: term 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 2097796..b8c7e8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ serde_regex = "1.1" clap = {version = "3.2", features = ["derive"]} clap_complete = "3.2" sv-parser = "0.13.3" -term = "0.7" +term = "1.0" toml = "0.8" sv-filelist-parser = "0.1.3"