From d6a596fe3c7823223e84f70a28aba4ae71e88d5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 10:49:41 -0700 Subject: [PATCH] Bump clap from 4.0.8 to 4.0.11 (#214) Bumps [clap](https://github.com/clap-rs/clap) from 4.0.8 to 4.0.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/v4.0.8...v4.0.11) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- progenitor/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06a523a..1e17fd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -138,9 +138,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.8" +version = "4.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5840cd9093aabeabf7fd932754c435b7674520fc3ddc935c397837050f0f1e4b" +checksum = "4ed45cc2c62a3eff523e718d8576ba762c83a3146151093283ac62ae11933a73" dependencies = [ "atty", "bitflags", @@ -153,9 +153,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.0.8" +version = "4.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92289ffc6fb4a85d85c246ddb874c05a87a2e540fb6ad52f7ca07c8c1e1840b1" +checksum = "db342ce9fda24fb191e2ed4e102055a4d381c1086a06630174cd8da8d5d917ce" dependencies = [ "heck", "proc-macro-error", diff --git a/progenitor/Cargo.toml b/progenitor/Cargo.toml index a5ce701..7cda537 100644 --- a/progenitor/Cargo.toml +++ b/progenitor/Cargo.toml @@ -14,7 +14,7 @@ anyhow = "1.0" openapiv3 = "1.0.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -clap = { version = "4.0.8", features = ["derive"] } +clap = { version = "4.0.11", features = ["derive"] } [dev-dependencies] base64 = "0.13"