🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2025-06-01 19:55:53.0 +00:00:00
committer GitHub <noreply@github.com> 2025-06-01 19:55:53.0 +00:00:00
commit
b65e4f4ed070bbf2e7f2ea38f57c98fbfeb3c000 [patch]
tree
05043b58c9fe719c89018ffb23d6b3690741b101
parent
9224aa1a006acb6af6da8cfbee82278612bd05d0
download
b65e4f4ed070bbf2e7f2ea38f57c98fbfeb3c000.tar.gz

Bump clap from 4.5.37 to 4.5.39

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.37 to 4.5.39.
- [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.37...clap_complete-v4.5.39)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.39
  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 4075fae..8bd0413 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -358,9 +358,9 @@

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

[[package]]
name = "clap_builder"
version = "4.5.37"
version = "4.5.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
checksum = "89cc6392a1f72bbeb820d71f32108f61fdaf18bc526e1d23954168a67759ef51"
dependencies = [
 "anstyle",
 "clap_lex",
diff --git a/Cargo.toml b/Cargo.toml
index 08a9f62..f1d82df 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.37", default-features = false, features = [
clap = { version = "4.5.39", default-features = false, features = [
  "std",
  "cargo",
  "derive",