From 08422c1543d564cf2a4bed4bab7905183012015f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 21:23:26 +0000 Subject: [PATCH] chore(deps): bump clap_complete from 4.4.1 to 4.4.3 (#2170) Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.4.1 to 4.4.3. - [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.4.1...clap_complete-v4.4.3) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f06d1a27e..f2c5765d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -716,9 +716,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.4.1" +version = "4.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4110a1e6af615a9e6d0a36f805d5c99099f8bab9b8042f5bc1fa220a4a89e36f" +checksum = "e3ae8ba90b9d8b007efe66e55e48fb936272f5ca00349b5b0e89877520d35ea7" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 452d9abcb..9b6e9c7ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ base64 = "^0.21.4" base64urlsafedata = "0.1.3" bytes = "^1.5.0" clap = { version = "^4.4.6", features = ["derive", "env"] } -clap_complete = "^4.4.1" +clap_complete = "^4.4.3" # Forced by saffron/cron chrono = "^0.4.31" compact_jwt = { version = "^0.2.10", default-features = false }