From 7783f929aaa14f7e659025c15c1f75c59a99afbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 15:58:34 +0000 Subject: [PATCH] Update clap requirement from 3.1.6 to 4.1.9 Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.2.0...v4.1.9) --- updated-dependencies: - dependency-name: clap 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 191953d..dfa43d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ 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.21", optional = true} -clap = {version = "3.1.6", features = ["derive"], optional = true} +clap = {version = "4.1.9", features = ["derive"], optional = true} [target.'cfg(unix)'.dev-dependencies] core_affinity = "0.8.0"