Bump clap from 4.5.43 to 4.5.45
- ID
3a2018b- date
2025-08-18 14:24:08+00:00- author
dependabot <https://github.com/dependabot>- parent
383427b- message
Bump clap from 4.5.43 to 4.5.45 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.43 to 4.5.45. - [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.43...clap_complete-v4.5.45) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.45 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 21f6061..af08ac4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -82,18 +82,18 @@ checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
[[package]]
name = "clap"
-version = "4.5.43"
+version = "4.5.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "50fd97c9dc2399518aa331917ac6f274280ec5eb34e555dd291899745c48ec6f"
+checksum = "1fc0e74a703892159f5ae7d3aac52c8e6c392f5ae5f359c70b5881d60aaac318"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
-version = "4.5.43"
+version = "4.5.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c35b5830294e1fa0462034af85cc95225a4cb07092c088c55bda3147cfcd8f65"
+checksum = "b3e7f4214277f3c7aa526a59dd3fbe306a370daee1f8b7b8c987069cd8e888a8"
dependencies = [
"anstream",
"anstyle",
Cargo.toml (122) → Cargo.toml (122)
diff --git a/Cargo.toml b/Cargo.toml
index 69b2ce0..6a227b7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,5 +4,5 @@ version = "1.0.2"
edition = "2021"
[dependencies]
-clap = "4.5.43"
+clap = "4.5.45"
palette = "0.7.6"