From baa2831664395001eb56b587df1aa318d14db0d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 22:49:06 +0000 Subject: [PATCH] build(deps): Bump clap from 4.5.2 to 4.5.3 in /rust (#4191) Bumps [clap](https://github.com/clap-rs/clap) from 4.5.2 to 4.5.3.
Release notes

Sourced from clap's releases.

v4.5.3

[4.5.3] - 2024-03-15

Internal

Changelog

Sourced from clap's changelog.

[4.5.3] - 2024-03-15

Internal

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.5.2&new-version=4.5.3)](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> Co-authored-by: Reactor Scram --- rust/Cargo.lock | 16 +++++++++++----- rust/gateway/Cargo.toml | 2 +- rust/http-health-check/Cargo.toml | 2 +- rust/relay/Cargo.toml | 2 +- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 9e5c42bb7..bcf6d8e92 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -971,9 +971,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.2" +version = "4.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651" +checksum = "949626d00e063efc93b6dca932419ceb5432f99769911c0b995f7e884c778813" dependencies = [ "clap_builder", "clap_derive", @@ -993,11 +993,11 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.0" +version = "4.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47" +checksum = "90239a040c80f5e14809ca132ddc4176ab33d5e17e49691793296e3fcb34d72f" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "proc-macro2", "quote", "syn 2.0.52", @@ -2696,6 +2696,12 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" +[[package]] +name = "heck" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" + [[package]] name = "hermit-abi" version = "0.3.9" diff --git a/rust/gateway/Cargo.toml b/rust/gateway/Cargo.toml index 14628e5e1..ce5b5be29 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.2" +clap = "4.5.3" 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 cdf7f2a68..22d8c486b 100644 --- a/rust/http-health-check/Cargo.toml +++ b/rust/http-health-check/Cargo.toml @@ -9,4 +9,4 @@ edition = "2021" [dependencies] axum = { version = "0.7.3", default-features = false, features = ["http1", "tokio"] } tokio = { version = "1.36.0", features = ["net"] } -clap = { version = "4.5.2", features = ["derive", "env"] } +clap = { version = "4.5.3", features = ["derive", "env"] } diff --git a/rust/relay/Cargo.toml b/rust/relay/Cargo.toml index fafd4509c..087a02d97 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.2", features = ["derive", "env"] } +clap = { version = "4.5.3", features = ["derive", "env"] } bytecodec = "0.4.15" futures = "0.3.29" hex = "0.4.3"