Skip to main content

Bump clap from 4.5.28 to 4.5.30

ID
a20f4e2
date
2025-02-18 09:21:19+00:00
author
dependabot <https://github.com/dependabot>
parent
da496f0
message
Bump clap from 4.5.28 to 4.5.30

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.28 to 4.5.30.
- [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.28...clap_complete-v4.5.30)

---
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 (9242) → Cargo.lock (9242)

diff --git a/Cargo.lock b/Cargo.lock
index 1965d06..8addbae 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -82,18 +82,18 @@ checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 
 [[package]]
 name = "clap"
-version = "4.5.28"
+version = "4.5.30"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3e77c3243bd94243c03672cb5154667347c457ca271254724f9f393aee1c05ff"
+checksum = "92b7b18d71fad5313a1e320fa9897994228ce274b60faa4d694fe0ea89cd9e6d"
 dependencies = [
  "clap_builder",
 ]
 
 [[package]]
 name = "clap_builder"
-version = "4.5.27"
+version = "4.5.30"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7"
+checksum = "a35db2071778a7344791a4fb4f95308b5673d219dee3ae348b86642574ecc90c"
 dependencies = [
  "anstream",
  "anstyle",

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

diff --git a/Cargo.toml b/Cargo.toml
index 8538284..07a3988 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,5 +4,5 @@ version = "1.0.2"
 edition = "2021"
 
 [dependencies]
-clap = "4.5.28"
+clap = "4.5.30"
 palette = "0.7.6"