🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2025-04-03 8:38:03.0 +00:00:00
committer GitHub <noreply@github.com> 2025-04-03 8:38:03.0 +00:00:00
commit
590d7d759e113e625ba2cdd5345f9cb3e1a2bf6d [patch]
tree
8a3d57e95820baa84c8ade202627e826dfd8c228
parent
07ecdfa3c1be180ef343494fc9f588aa58d0b61f
download
590d7d759e113e625ba2cdd5345f9cb3e1a2bf6d.tar.gz

Bump clap from 4.5.20 to 4.5.35

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.20 to 4.5.35.
- [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.20...clap_complete-v4.5.35)

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

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

Diff

 Cargo.lock | 16 +++++++++-------
 Cargo.toml |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 62e0356..0314650 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -404,9 +404,9 @@

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

[[package]]
name = "clap_builder"
version = "4.5.20"
version = "4.5.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9"
dependencies = [
 "anstyle",
 "clap_lex",
@@ -424,9 +424,9 @@

[[package]]
name = "clap_derive"
version = "4.5.18"
version = "4.5.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
dependencies = [
 "heck",
 "proc-macro2",
@@ -436,9 +436,9 @@

[[package]]
name = "clap_lex"
version = "0.7.2"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"

[[package]]
name = "clru"
diff --git a/Cargo.toml b/Cargo.toml
index 02b06b7..98cd0f3 100644
--- a/Cargo.toml
+++ a/Cargo.toml
@@ -23,7 +23,7 @@
axum-extra = { version = "0.10", default-features = false }
basic-toml = "0.1"
bytes = "1.5"
clap = { version = "4.5.20", default-features = false, features = [
clap = { version = "4.5.35", default-features = false, features = [
  "std",
  "cargo",
  "derive",