🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-10-17 16:56:51.0 +00:00:00
committer GitHub <noreply@github.com> 2024-10-17 16:56:51.0 +00:00:00
commit
3a9eca0a7240c717c3c80c89ecf6c6d64f27ef24 [patch]
tree
e544105689cf3c45a4f5822cbf0ea6df2a6f108b
parent
abe0c20a699b48e6bdcc2b437b59613d2e9e349b
download
3a9eca0a7240c717c3c80c89ecf6c6d64f27ef24.tar.gz

Bump clap from 4.5.18 to 4.5.20

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

---
updated-dependencies:
- dependency-name: clap
  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 486d140..6bb1be2 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -349,9 +349,9 @@

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

[[package]]
name = "clap_builder"
version = "4.5.18"
version = "4.5.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d72166dd41634086d5803a47eb71ae740e61d84709c36f3c34110173db3961b"
checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
dependencies = [
 "anstyle",
 "clap_lex",
diff --git a/Cargo.toml b/Cargo.toml
index 0dc0d07..a44ab15 100644
--- a/Cargo.toml
+++ a/Cargo.toml
@@ -21,7 +21,7 @@
  "http1",
] }
bytes = "1.5"
clap = { version = "4.4.10", default-features = false, features = [
clap = { version = "4.5.20", default-features = false, features = [
  "std",
  "cargo",
  "derive",