Bump clap from 4.5.6 to 4.5.7
- ID
7a70e81- date
2024-06-11 09:11:52+00:00- author
dependabot <https://github.com/dependabot>- parent
d1a27d8- message
Bump clap from 4.5.6 to 4.5.7 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.6 to 4.5.7. - [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/v4.5.6...v4.5.7) --- 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 (16805) → Cargo.lock (16805)
diff --git a/Cargo.lock b/Cargo.lock
index 0ec9852..b2f1f60 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -136,18 +136,18 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
-version = "4.5.6"
+version = "4.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a9689a29b593160de5bc4aacab7b5d54fb52231de70122626c178e6a368994c7"
+checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
-version = "4.5.6"
+version = "4.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2e5387378c84f6faa26890ebf9f0a92989f8873d4d380467bcd0d8d8620424df"
+checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f"
dependencies = [
"anstream",
"anstyle",
Cargo.toml (424) → Cargo.toml (424)
diff --git a/Cargo.toml b/Cargo.toml
index 19a892d..5578e1d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2018"
[dependencies]
assert_cmd = "2.0.14"
-clap = "4.5.6"
+clap = "4.5.7"
[dependencies.kmeans_colors]
version = "0.6.0"