🏡 index : ~doyle/rgit.git

author jordan <jordan@doyle.la> 2025-05-03 21:52:13.0 +07:00:00
committer GitHub <noreply@github.com> 2025-05-03 21:52:13.0 +07:00:00
commit
176cced03d9257a8a6b397a98565144f3755e73c [patch]
tree
d7f3b464ab553fa42afbd32fbf7c8293df74c5cf
parent
fbd2dbc24f8fe75b649723b2bf2cfee774fe6456
parent
ffea641fe0c403678d384fe84f7e38b29bc64d17
download
176cced03d9257a8a6b397a98565144f3755e73c.tar.gz

Merge pull request #139 from w4/dependabot/cargo/clap-4.5.37

Bump clap from 4.5.35 to 4.5.37

Diff

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

diff --git a/Cargo.lock b/Cargo.lock
index 2d21cb8..d7c35f8 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -358,9 +358,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",
@@ -368,9 +368,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 fd31a8e..5701907 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",