From 27506aeca88b37960c02073569db7a34a92e1533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 23:45:33 +0000 Subject: [PATCH] Update clap requirement from 3.2.7 to 4.0.9 in /services/autorust 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-v4.0.0-rc.1...v4.0.9) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/autorust/azure-autorust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/autorust/azure-autorust/Cargo.toml b/services/autorust/azure-autorust/Cargo.toml index 61101272cd..08c365e0c7 100644 --- a/services/autorust/azure-autorust/Cargo.toml +++ b/services/autorust/azure-autorust/Cargo.toml @@ -7,4 +7,4 @@ publish = false [dependencies] autorust_codegen = { path = "../codegen" } -clap = { version = "3.2.7", features = ["derive"] } +clap = { version = "4.0.9", features = ["derive"] }