Merge pull request #48 from alexwlchan/dependabot/cargo/clap-4.5.53
- ID
259fe70- date
2025-11-24 21:47:35+00:00- author
Alex Chan <alex@alexwlchan.net>- parents
717d683,6654b15- message
Merge pull request #48 from alexwlchan/dependabot/cargo/clap-4.5.53 Bump clap from 4.5.51 to 4.5.53- 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 52efb18..2367ca7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -82,18 +82,18 @@ checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
[[package]]
name = "clap"
-version = "4.5.51"
+version = "4.5.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5"
+checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
-version = "4.5.51"
+version = "4.5.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a"
+checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
dependencies = [
"anstream",
"anstyle",
Cargo.toml (122) → Cargo.toml (122)
diff --git a/Cargo.toml b/Cargo.toml
index e8466d0..241eeb8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,5 +4,5 @@ version = "1.0.2"
edition = "2021"
[dependencies]
-clap = "4.5.51"
+clap = "4.5.53"
palette = "0.7.6"