Merge pull request #253 from JakeStanger/dependabot/cargo/clap-4.3.19

build(deps): bump clap from 4.3.12 to 4.3.19
This commit is contained in:
Jake Stanger 2023-07-24 17:34:38 +01:00 committed by GitHub
commit bf682d84ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -448,9 +448,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.3.12"
version = "4.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3eab9e8ceb9afdade1ab3f0fd8dbce5b1b2f468ad653baf10e771781b2b67b73"
checksum = "5fd304a20bff958a57f04c4e96a2e7594cc4490a0e809cbd48bb6437edaa452d"
dependencies = [
"clap_builder",
"clap_derive",
@ -459,9 +459,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.3.12"
version = "4.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f2763db829349bf00cfc06251268865ed4363b93a943174f638daf3ecdba2cd"
checksum = "01c6a3f08f1fe5662a35cfe393aec09c4df95f60ee93b7556505260f75eee9e1"
dependencies = [
"anstream",
"anstyle",

View File

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