Skip to main content

Bump clap from 4.5.6 to 4.5.8

ID
c2bfe62
date
2024-07-01 09:38:03+00:00
author
dependabot <https://github.com/dependabot>
parent
cbea81a
message
Bump clap from 4.5.6 to 4.5.8

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.6 to 4.5.8.
- [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.6...v4.5.8)

---
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, 5 additions, 5 deletions

Changed files

Cargo.lock (9240) → Cargo.lock (9240)

diff --git a/Cargo.lock b/Cargo.lock
index b37a0cb..e579dcd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -82,18 +82,18 @@ checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 
 [[package]]
 name = "clap"
-version = "4.5.6"
+version = "4.5.8"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a9689a29b593160de5bc4aacab7b5d54fb52231de70122626c178e6a368994c7"
+checksum = "84b3edb18336f4df585bc9aa31dd99c036dfa5dc5e9a2939a722a188f3a8970d"
 dependencies = [
  "clap_builder",
 ]
 
 [[package]]
 name = "clap_builder"
-version = "4.5.6"
+version = "4.5.8"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2e5387378c84f6faa26890ebf9f0a92989f8873d4d380467bcd0d8d8620424df"
+checksum = "c1c09dd5ada6c6c78075d6fd0da3f90d8080651e2d6cc8eb2f1aaa4034ced708"
 dependencies = [
  "anstream",
  "anstyle",

Cargo.toml (121) → Cargo.toml (121)

diff --git a/Cargo.toml b/Cargo.toml
index a35f680..dcc499b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,5 +4,5 @@ version = "1.0.2"
 edition = "2021"
 
 [dependencies]
-clap = "4.5.6"
+clap = "4.5.8"
 palette = "0.7.6"