From c8a59c692657b47664981d17b83b6e4a479d348c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 16:03:22 +0000 Subject: [PATCH] Update clap requirement from ^3.2 to ^4.1 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...clap_complete-v4.1.0) --- 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 b5e91d7..cd852a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,5 +19,5 @@ nom = "7.1" [dev-dependencies] tempfile = "3" -clap = { version = "^3.2", features = ["derive"] } +clap = { version = "^4.1", features = ["derive"] } pretty_env_logger = "0.4"