Skip to main content

Merge pull request #86 from alexwlchan/dependabot/cargo/clap-4.5.30

ID
1a2d3ea
date
2025-02-18 22:23:56+00:00
author
Alex Chan <alex@alexwlchan.net>
parents
3ea6ca8, fc11827
message
Merge pull request #86 from alexwlchan/dependabot/cargo/clap-4.5.30

Bump clap from 4.5.28 to 4.5.30
changed files
2 files, 5 additions, 5 deletions

Changed files

Cargo.lock (18077) → Cargo.lock (18077)

diff --git a/Cargo.lock b/Cargo.lock
index 16c9e3e..6ce5beb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -140,9 +140,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 
 [[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",
  "clap_derive",
@@ -150,9 +150,9 @@ dependencies = [
 
 [[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 (500) → Cargo.toml (500)

diff --git a/Cargo.toml b/Cargo.toml
index 3596613..a00a3d0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2018"
 
 [dependencies]
 assert_cmd = "2.0.16"
-clap = { version = "4.5.28", features = ["derive"] }
+clap = { version = "4.5.30", features = ["derive"] }
 image-webp = "0.2.1"
 predicates = "3"