Merge pull request #785 from JakeStanger/dependabot/cargo/clap-4.5.21

build(deps): bump clap from 4.5.20 to 4.5.21
This commit is contained in:
Jake Stanger 2024-11-18 20:47:45 +00:00 committed by GitHub
commit ebcf38f2ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -456,9 +456,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.5.20"
version = "4.5.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f"
dependencies = [
"clap_builder",
"clap_derive",
@ -466,9 +466,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.5.20"
version = "4.5.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec"
dependencies = [
"anstream",
"anstyle",

View File

@ -118,7 +118,7 @@ ctrlc = "3.4.5"
cfg-if = "1.0.0"
# cli
clap = { version = "4.5.20", optional = true, features = ["derive"] }
clap = { version = "4.5.21", optional = true, features = ["derive"] }
# ipc
serde_json = { version = "1.0.133", optional = true }