Merge pull request #37 from alexwlchan/dependabot/cargo/clap-4.5.41
- ID
bf067f3- date
2025-07-14 13:52:42+00:00- author
Alex Chan <alex@alexwlchan.net>- parents
f7cadd8,48c48f4- message
Merge pull request #37 from alexwlchan/dependabot/cargo/clap-4.5.41 Bump clap from 4.5.40 to 4.5.41- 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 c01deaa..9e0efc7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -82,18 +82,18 @@ checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
[[package]]
name = "clap"
-version = "4.5.40"
+version = "4.5.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f"
+checksum = "be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
-version = "4.5.40"
+version = "4.5.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e"
+checksum = "707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d"
dependencies = [
"anstream",
"anstyle",
Cargo.toml (122) → Cargo.toml (122)
diff --git a/Cargo.toml b/Cargo.toml
index 64a7d61..fc183d1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,5 +4,5 @@ version = "1.0.2"
edition = "2021"
[dependencies]
-clap = "4.5.40"
+clap = "4.5.41"
palette = "0.7.6"