From 1140656b83f4e5f3c891c4207a37665cca64603e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:19:56 +0000 Subject: [PATCH] build(deps): Bump clap from 4.5.18 to 4.5.19 in /rust (#6950) Bumps [clap](https://github.com/clap-rs/clap) from 4.5.18 to 4.5.19.
Release notes

Sourced from clap's releases.

v4.5.19

[4.5.19] - 2024-10-01

Internal

Changelog

Sourced from clap's changelog.

[4.5.19] - 2024-10-01

Internal

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.5.18&new-version=4.5.19)](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 | 14 +++++++------- rust/bin-shared/Cargo.toml | 2 +- rust/gateway/Cargo.toml | 2 +- rust/relay/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 7671ae150..000c80396 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1023,9 +1023,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.18" +version = "4.5.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0956a43b323ac1afaffc053ed5c4b7c1f1800bacd1683c353aabbb752515dd3" +checksum = "7be5744db7978a28d9df86a214130d106a89ce49644cbc4e3f0c22c3fba30615" dependencies = [ "clap_builder", "clap_derive", @@ -1033,9 +1033,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.18" +version = "4.5.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d72166dd41634086d5803a47eb71ae740e61d84709c36f3c34110173db3961b" +checksum = "a5fbc17d3ef8278f55b282b2a2e75ae6f6c7d4bb70ed3d0382375104bfafdb4b" dependencies = [ "anstream", "anstyle", @@ -7632,12 +7632,12 @@ dependencies = [ [[package]] name = "terminal_size" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" +checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef" dependencies = [ "rustix", - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/rust/bin-shared/Cargo.toml b/rust/bin-shared/Cargo.toml index 97bca01b7..aeb44aa52 100644 --- a/rust/bin-shared/Cargo.toml +++ b/rust/bin-shared/Cargo.toml @@ -8,7 +8,7 @@ description = "Firezone-specific modules shared between binaries." [dependencies] anyhow = "1.0.82" axum = { version = "0.7.5", default-features = false, features = ["http1", "tokio"] } -clap = { version = "4.5.13", features = ["derive", "env"] } +clap = { version = "4.5.19", features = ["derive", "env"] } futures = "0.3" git-version = "0.3.9" ip_network = { version = "0.4", default-features = false, features = ["serde"] } diff --git a/rust/gateway/Cargo.toml b/rust/gateway/Cargo.toml index 4817c94b4..2f0a42958 100644 --- a/rust/gateway/Cargo.toml +++ b/rust/gateway/Cargo.toml @@ -11,7 +11,7 @@ async-trait = { version = "0.1", default-features = false } backoff = { workspace = true } boringtun = { workspace = true } chrono = { workspace = true } -clap = "4.5.13" +clap = "4.5.19" connlib-model = { workspace = true } dns-lookup = { workspace = true } domain = { workspace = true } diff --git a/rust/relay/Cargo.toml b/rust/relay/Cargo.toml index 70468bb1f..f906e8ee8 100644 --- a/rust/relay/Cargo.toml +++ b/rust/relay/Cargo.toml @@ -9,7 +9,7 @@ backoff = "0.4" base64 = "0.22.1" bytecodec = "0.4.15" bytes = "1.7.1" -clap = { version = "4.5.13", features = ["derive", "env"] } +clap = { version = "4.5.19", features = ["derive", "env"] } derive_more = { version = "1.0.0", features = ["from"] } firezone-bin-shared = { workspace = true } futures = "0.3.29"