From 2af471bd92c14dcadb8f0a8e39bc7823b4c2c718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 21:11:03 +0000 Subject: [PATCH] Update clap requirement from 3.1.6 to 4.2.2 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.2.2) --- 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 16532d3..0ce81e6 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.2.2", features = ["derive"], optional = true } [target.'cfg(unix)'.dev-dependencies] core_affinity = "0.8.0"