From 8ebc6710fc1bd5429e3bbd89d3c07be0f80bded4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 19:13:52 +0000 Subject: [PATCH] Bump clap from 4.0.24 to 4.0.26 Bumps [clap](https://github.com/clap-rs/clap) from 4.0.24 to 4.0.26. - [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.24...v4.0.26) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b11a071..21917246 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -949,9 +949,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.24" +version = "4.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60494cedb60cb47462c0ff7be53de32c0e42a6fc2c772184554fa12bd9489c03" +checksum = "2148adefda54e14492fb9bddcc600b4344c5d1a3123bd666dcb939c6f0e0e57e" dependencies = [ "atty", "bitflags", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index cc072922..7a8a7634 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0.66" argon2 = { version = "0.4.1", features = ["password-hash"] } atty = "0.2.14" axum = "0.6.0-rc.2" -clap = { version = "4.0.24", features = ["derive"] } +clap = { version = "4.0.26", features = ["derive"] } dotenv = "0.15.0" futures-util = "0.3.25" hyper = { version = "0.14.23", features = ["full"] }