From 33fdbd960cdb24e2e07e9a8ca9290908bb0cfb43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 18:31:17 +0000 Subject: [PATCH] build(deps): Bump clap from 4.5.3 to 4.5.4 in /rust (#4433) Bumps [clap](https://github.com/clap-rs/clap) from 4.5.3 to 4.5.4.
Release notes

Sourced from clap's releases.

v4.5.4

[4.5.4] - 2024-03-25

Fixes

Changelog

Sourced from clap's changelog.

[4.5.4] - 2024-03-25

Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.5.3&new-version=4.5.4)](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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> --- rust/Cargo.lock | 8 ++++---- rust/gateway/Cargo.toml | 2 +- rust/http-health-check/Cargo.toml | 2 +- rust/relay/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 0935e3274..e076442fe 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -971,9 +971,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.3" +version = "4.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "949626d00e063efc93b6dca932419ceb5432f99769911c0b995f7e884c778813" +checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" dependencies = [ "clap_builder", "clap_derive", @@ -993,9 +993,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.3" +version = "4.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90239a040c80f5e14809ca132ddc4176ab33d5e17e49691793296e3fcb34d72f" +checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" dependencies = [ "heck 0.5.0", "proc-macro2", diff --git a/rust/gateway/Cargo.toml b/rust/gateway/Cargo.toml index 269bb13b0..9cf21ac51 100644 --- a/rust/gateway/Cargo.toml +++ b/rust/gateway/Cargo.toml @@ -12,7 +12,7 @@ async-trait = { version = "0.1", default-features = false } backoff = { workspace = true } boringtun = { workspace = true } chrono = { workspace = true } -clap = "4.5.3" +clap = "4.5.4" connlib-shared = { workspace = true } firezone-tunnel = { workspace = true } futures = "0.3.29" diff --git a/rust/http-health-check/Cargo.toml b/rust/http-health-check/Cargo.toml index 72c81e47e..fda71f7e9 100644 --- a/rust/http-health-check/Cargo.toml +++ b/rust/http-health-check/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] axum = { version = "0.7.5", default-features = false, features = ["http1", "tokio"] } tokio = { version = "1.36.0", features = ["net"] } -clap = { version = "4.5.3", features = ["derive", "env"] } +clap = { version = "4.5.4", features = ["derive", "env"] } [lints] workspace = true diff --git a/rust/relay/Cargo.toml b/rust/relay/Cargo.toml index bb0b79418..0f62ae836 100644 --- a/rust/relay/Cargo.toml +++ b/rust/relay/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] secrecy = { workspace = true } anyhow = "1.0.81" -clap = { version = "4.5.3", features = ["derive", "env"] } +clap = { version = "4.5.4", features = ["derive", "env"] } bytecodec = "0.4.15" futures = "0.3.29" hex = "0.4.3"