Skip to main content

Merge pull request #18 from alexwlchan/dependabot/cargo/clap-4.5.20

ID
dd17d98
date
2024-10-09 09:58:43+00:00
author
Alex Chan <alex@alexwlchan.net>
parents
2de77f6, 204fa56
message
Merge pull request #18 from alexwlchan/dependabot/cargo/clap-4.5.20

Bump clap from 4.5.19 to 4.5.20
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 692f745..0dab854 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -82,18 +82,18 @@ checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 
 [[package]]
 name = "clap"
-version = "4.5.19"
+version = "4.5.20"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7be5744db7978a28d9df86a214130d106a89ce49644cbc4e3f0c22c3fba30615"
+checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
 dependencies = [
  "clap_builder",
 ]
 
 [[package]]
 name = "clap_builder"
-version = "4.5.19"
+version = "4.5.20"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a5fbc17d3ef8278f55b282b2a2e75ae6f6c7d4bb70ed3d0382375104bfafdb4b"
+checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
 dependencies = [
  "anstream",
  "anstyle",

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

diff --git a/Cargo.toml b/Cargo.toml
index 9bf4611..1276946 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,5 +4,5 @@ version = "1.0.2"
 edition = "2021"
 
 [dependencies]
-clap = "4.5.19"
+clap = "4.5.20"
 palette = "0.7.6"