🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2025-05-01 19:41:30.0 +00:00:00
committer GitHub <noreply@github.com> 2025-05-01 19:41:30.0 +00:00:00
commit
ffea641fe0c403678d384fe84f7e38b29bc64d17 [patch]
tree
b3d8b2dd3cccebe87092094349b9ec8c21e126bc
parent
db82da0c797f08e5489256794fdec8c1805bb93d
download
ffea641fe0c403678d384fe84f7e38b29bc64d17.tar.gz

Bump clap from 4.5.35 to 4.5.37

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.35 to 4.5.37.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.35...clap_complete-v4.5.37)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Diff

 Cargo.lock | 8 +++++---
 Cargo.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index b62713f..909a0eb 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -359,9 +359,9 @@

[[package]]
name = "clap"
version = "4.5.35"
version = "4.5.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944"
checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
dependencies = [
 "clap_builder",
 "clap_derive",
@@ -369,9 +369,9 @@

[[package]]
name = "clap_builder"
version = "4.5.35"
version = "4.5.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9"
checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
dependencies = [
 "anstyle",
 "clap_lex",
diff --git a/Cargo.toml b/Cargo.toml
index 777cf65..1d10181 100644
--- a/Cargo.toml
+++ a/Cargo.toml
@@ -26,7 +26,7 @@
axum-extra = { version = "0.10", default-features = false }
basic-toml = "0.1"
bytes = "1.5"
clap = { version = "4.5.35", default-features = false, features = [
clap = { version = "4.5.37", default-features = false, features = [
  "std",
  "cargo",
  "derive",