From bbf6a8583decec59829338b4c1ba9911cb3273b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 15:00:56 +0000 Subject: [PATCH] [ci skip]: Bump clap from v3.0.0-beta.2 to v4.1.11 Bumps [clap](https://github.com/clap-rs/clap) from v3.0.0-beta.2 to v4.1.11. - [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/v3.0.0-beta.2...b69cf080cec55d73f0ada34b92de6c0f28aa0043) --- 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 9049b13..8a0dda3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ readme = "README.md" async-std = "1.9" atty = "0.2" chromiumoxide = "0.3.1" -clap = { git = "https://github.com/clap-rs/clap.git", version = "3.0.0-beta.2", tag = "v3.0.0-beta.2", features = ["yaml"] } +clap = { git = "https://github.com/clap-rs/clap.git", version = "3.0.0-beta.2", tag = "v4.1.11", features = ["yaml"] } colored = "2" futures = "0.3" url = "2.2"