From 53d4452997db27233bc93637d16d7a9615562d74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 16:09:14 +0000 Subject: [PATCH] build(deps): bump clap from 4.0.29 to 4.0.30 Bumps [clap](https://github.com/clap-rs/clap) from 4.0.29 to 4.0.30. - [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.29...v4.0.30) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4dcfb799..57543c63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,9 +157,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.0.29" +version = "4.0.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d63b9e9c07271b9957ad22c173bae2a4d9a81127680962039296abcd2f8251d" +checksum = "656ad1e55e23d287773f7d8192c300dc715c3eeded93b3da651d11c42cfd74d2" dependencies = [ "bitflags", "clap_derive", diff --git a/Cargo.toml b/Cargo.toml index 2871672e..66c65b81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ steward-server = { path = "crates/server", version = "0.2.0" } # External dependencies anyhow = { version = "^1.0.66", default-features = false } axum = { version = "^0.5.17", default-features = false } -clap = { version = "^4.0.29", default-features = false } +clap = { version = "^4.0.30", default-features = false } confargs = { version = "^0.1.3", default-features = false } const-oid = { version = "0.9.1", default-features = false } der = { version = "0.6", default-features = false }