From 6fc108270b490b6d4aa23ed04a4332dea8558ba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 14:13:05 +0000 Subject: [PATCH] Update clap requirement from 3.0.9 to 4.0.8 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.1.0...v4.0.8) --- 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 548a3a5..af91dbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ arbitrary = { version = "1.0.1", features = ["derive"]} rustc-hash = "1.0.1" log = { version = "0.4.8", default-features = false } pretty_env_logger = "0.4.0" -clap = "3.0.9" +clap = "4.0.8" serde = "1.0.94" bincode = "1.2.1"