From 1fd188b7f35eb18afa8e9722b3da4a2bc9900fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 06:10:50 +0000 Subject: [PATCH] Update clap requirement from 3.0.0-beta.2 to 4.0.18 in /grabber 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/v3.2.21/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_generate-v3.0.0-rc.0...v3.2.21) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- grabber/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grabber/Cargo.toml b/grabber/Cargo.toml index 39b0a5aa..1377319f 100644 --- a/grabber/Cargo.toml +++ b/grabber/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] chrono = { version = "0.4.19", features = ["unstable-locales"] } -clap = { version = "3.0.0-beta.2", features = ["yaml", "wrap_help", "suggestions", "color"] } +clap = { version = "4.0.18", features = ["yaml", "wrap_help", "suggestions", "color"] } octocrab = "0.11.0" serde = "1.0.127" serde_yaml = "0.8.17"