Skip to main content

Bump clap from 4.5.15 to 4.5.16

ID
a45bd80
date
2024-08-16 10:04:33+00:00
author
dependabot <https://github.com/dependabot>
parent
6344b52
message
Bump clap from 4.5.15 to 4.5.16

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.15 to 4.5.16.
- [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.15...clap_complete-v4.5.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
changed files
2 files, 3 additions, 3 deletions

Changed files

Cargo.lock (9242) → Cargo.lock (9242)

diff --git a/Cargo.lock b/Cargo.lock
index 32e0345..a0a7640 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -82,9 +82,9 @@ checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 
 [[package]]
 name = "clap"
-version = "4.5.15"
+version = "4.5.16"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "11d8838454fda655dafd3accb2b6e2bea645b9e4078abe84a22ceb947235c5cc"
+checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019"
 dependencies = [
  "clap_builder",
 ]

Cargo.toml (122) → Cargo.toml (122)

diff --git a/Cargo.toml b/Cargo.toml
index 6e33c53..0b1c696 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,5 +4,5 @@ version = "1.0.2"
 edition = "2021"
 
 [dependencies]
-clap = "4.5.15"
+clap = "4.5.16"
 palette = "0.7.6"