From 9852808fc2828bc660ee6942675734b752eafaee Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 9 Jan 2024 04:55:15 +0000
Subject: [PATCH] build(deps): Bump clap from 4.4.11 to 4.4.13 in /rust (#3136)
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.11 to 4.4.13.
Release notes
Sourced from clap's
releases.
v4.4.13
[4.4.13] - 2024-01-04
Documentation
- Fix link to structopt migration guide
v4.4.12
[4.4.12] - 2023-12-28
Performance
- Only ask
TypedValueParser for possible values if
needed
Changelog
Sourced from clap's
changelog.
[4.4.13] - 2024-01-04
Documentation
- Fix link to structopt migration guide
[4.4.12] - 2023-12-28
Performance
- Only ask
TypedValueParser for possible values if
needed
Commits
2ab48b2
chore: Release
7a06a8c
docs: Update changelog
cca190e
docs: Correct link to StructOpt migration guide
5c31f45
Merge pull request #5281
from Manishearth/safety-docs
ddae7e6
Correct safety docs
48d28aa
chore: Release
748ce18
docs: Update changelog
adbe6ec
Merge pull request #5278
from henry-hsieh/fix-nosort
2b48858
fix: Skip nosort option below bash 4.4
777b744
Merge pull request #5277
from clap-rs/renovate/actions-setup-python-5.x
- Additional commits viewable in compare
view
[](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 major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
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/relay/Cargo.toml | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 527cea6e9..6c80a5c8b 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -985,9 +985,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.4.11"
+version = "4.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2"
+checksum = "52bdc885e4cacc7f7c9eedc1ef6da641603180c783c41a15c264944deeaab642"
dependencies = [
"clap_builder",
"clap_derive",
@@ -995,9 +995,9 @@ dependencies = [
[[package]]
name = "clap_builder"
-version = "4.4.11"
+version = "4.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb"
+checksum = "fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9"
dependencies = [
"anstream",
"anstyle",
diff --git a/rust/gateway/Cargo.toml b/rust/gateway/Cargo.toml
index 7ddff1452..70ca7aac6 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.4.7"
+clap = "4.4.13"
connlib-shared = { workspace = true }
firezone-tunnel = { workspace = true }
futures = "0.3.29"
diff --git a/rust/relay/Cargo.toml b/rust/relay/Cargo.toml
index 5e99993a6..032d43159 100644
--- a/rust/relay/Cargo.toml
+++ b/rust/relay/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
secrecy = { workspace = true }
anyhow = "1.0.75"
-clap = { version = "4.4.7", features = ["derive", "env"] }
+clap = { version = "4.4.13", features = ["derive", "env"] }
bytecodec = "0.4.15"
futures = "0.3.29"
hex = "0.4.3"