chore(deps): update clap-cargo to v0.18.x

This commit is contained in:
GideonBear
2025-11-23 13:33:53 +01:00
parent bfaca61deb
commit 5bd5f10f0c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -395,9 +395,9 @@ dependencies = [
[[package]]
name = "clap-cargo"
version = "0.15.2"
version = "0.18.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d546f0e84ff2bfa4da1ce9b54be42285767ba39c688572ca32412a09a73851e5"
checksum = "936551935c8258754bb8216aec040957d261f977303754b9bf1a213518388006"
dependencies = [
"anstyle",
"clap",

View File

@@ -46,7 +46,7 @@ sys-locale = "0.3.1"
jetbrains-toolbox-updater = "5.0.0"
indexmap = { version = "2.9.0", features = ["serde"] }
serde_json = "1.0.145"
clap-cargo = "0.15.2"
clap-cargo = "0.18.0"
[patch.crates-io]
mac-notification-sys = { git = "https://github.com/h4llow3En/mac-notification-sys" }