Bump clap from 4.5.49 to 4.5.50
- ID
2c3ce92- date
2025-10-27 10:00:03+00:00- author
dependabot <https://github.com/dependabot>- parent
b876e0c- message
Bump clap from 4.5.49 to 4.5.50 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.49 to 4.5.50. - [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/clap_complete-v4.5.49...clap_complete-v4.5.50) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.50 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 (9242) → Cargo.lock (9242)
diff --git a/Cargo.lock b/Cargo.lock
index ff46ebc..ecd935e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -82,18 +82,18 @@ checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
[[package]]
name = "clap"
-version = "4.5.49"
+version = "4.5.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
+checksum = "0c2cfd7bf8a6017ddaa4e32ffe7403d547790db06bd171c1c53926faab501623"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
-version = "4.5.49"
+version = "4.5.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
+checksum = "0a4c05b9e80c5ccd3a7ef080ad7b6ba7d6fc00a985b8b157197075677c82c7a0"
dependencies = [
"anstream",
"anstyle",
Cargo.toml (122) → Cargo.toml (122)
diff --git a/Cargo.toml b/Cargo.toml
index eb02fed..a8dac6f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,5 +4,5 @@ version = "1.0.2"
edition = "2021"
[dependencies]
-clap = "4.5.49"
+clap = "4.5.50"
palette = "0.7.6"