From 5458fefbc794786eb02c44738892d9309287fd60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 21:29:15 +0000 Subject: [PATCH] chore(deps): bump clap_complete from 4.4.0 to 4.4.1 (#2098) Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.4.0 to 4.4.1. - [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.0...clap_complete-v4.4.1) --- 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 4a09a99bd..f9e80c929 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -716,9 +716,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.4.0" +version = "4.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "586a385f7ef2f8b4d86bddaa0c094794e7ccbfe5ffef1f434fe928143fc783a5" +checksum = "4110a1e6af615a9e6d0a36f805d5c99099f8bab9b8042f5bc1fa220a4a89e36f" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index c166ddff0..66540d09a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,7 +103,7 @@ base64 = "^0.21.4" base64urlsafedata = "0.1.3" bytes = "^1.3.0" clap = { version = "^4.4.2", features = ["derive", "env"] } -clap_complete = "^4.4.0" +clap_complete = "^4.4.1" # Forced by saffron/cron chrono = "^0.4.30" compact_jwt = { version = "^0.2.10", default-features = false }