1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 19:34:24 +02:00

Merge pull request #240 from JakeStanger/dependabot/cargo/clap-4.3.12

build(deps): bump clap from 4.3.10 to 4.3.12
This commit is contained in:
Jake Stanger 2023-07-17 23:36:42 +01:00 committed by GitHub
commit 0654f146a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View file

@ -448,9 +448,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.3.10"
version = "4.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "384e169cc618c613d5e3ca6404dda77a8685a63e08660dcc64abaf7da7cb0c7a"
checksum = "3eab9e8ceb9afdade1ab3f0fd8dbce5b1b2f468ad653baf10e771781b2b67b73"
dependencies = [
"clap_builder",
"clap_derive",
@ -459,9 +459,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.3.10"
version = "4.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef137bbe35aab78bdb468ccfba75a5f4d8321ae011d34063770780545176af2d"
checksum = "9f2763db829349bf00cfc06251268865ed4363b93a943174f638daf3ecdba2cd"
dependencies = [
"anstream",
"anstyle",
@ -471,9 +471,9 @@ dependencies = [
[[package]]
name = "clap_derive"
version = "4.3.2"
version = "4.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f"
checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050"
dependencies = [
"heck 0.4.1",
"proc-macro2",

View file

@ -98,7 +98,7 @@ async_once = "0.2.6"
cfg-if = "1.0.0"
# cli
clap = { version = "4.3.10", optional = true, features = ["derive"] }
clap = { version = "4.3.12", optional = true, features = ["derive"] }
# ipc
serde_json = { version = "1.0.100", optional = true }