From 21267073cc957e9fb72a4fdf8f1e6b246344b0a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 22:17:15 +0000 Subject: [PATCH] chore(deps): Bump clap_complete from 4.3.1 to 4.3.2 (#17878) Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.3.1 to 4.3.2.
Release notes

Sourced from clap_complete's releases.

v4.3.2

[4.3.2] - 2023-06-05

Fixes

Changelog

Sourced from clap_complete's changelog.

[4.3.11] - 2023-07-05

Features

[4.3.10] - 2023-06-30

Performance

[4.3.9] - 2023-06-28

Fixes

[4.3.8] - 2023-06-23

Fixes

[4.3.7] - 2023-06-23

Documentation

[4.3.6] - 2023-06-23

Documentation

[4.3.5] - 2023-06-20

Fixes

[4.3.4] - 2023-06-14

Features

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap_complete&package-manager=cargo&previous-version=4.3.1&new-version=4.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- vdev/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8359353b53d48..aa59ee7a83743 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1929,9 +1929,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.3.1" +version = "4.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f6b5c519bab3ea61843a7923d074b04245624bb84a64a8c150f5deb014e388b" +checksum = "5fc443334c81a804575546c5a8a79b4913b50e28d69232903604cada1de817ce" dependencies = [ "clap 4.1.14", ] diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index 05f0e39c08be6..331ba7a540597 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -14,7 +14,7 @@ cached = "0.44.0" chrono = { version = "0.4.22", default-features = false, features = ["serde", "clock"] } clap = { version = "4.1.14", features = ["derive"] } clap-verbosity-flag = "2.0.1" -clap_complete = "4.3.1" +clap_complete = "4.3.2" confy = "0.5.1" directories = "5.0.1" # remove this when stabilized https://doc.rust-lang.org/stable/std/path/fn.absolute.html