chore(deps): update rust crate clap to 4.2.5 (#587)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-05-02 00:37:24 +07:00 committed by GitHub
parent 97fc47d45c
commit da58640e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View File

@ -333,7 +333,7 @@ dependencies = [
"atty",
"avm-data-store",
"avm-interface",
"clap 4.2.2",
"clap 4.2.5",
"itertools",
"serde",
"serde_json",
@ -707,9 +707,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.2.2"
version = "4.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b802d85aaf3a1cdb02b224ba472ebdea62014fccfcb269b95a4d76443b5ee5a"
checksum = "8a1f23fa97e1d1641371b51f35535cb26959b8e27ab50d167a8b996b5bada819"
dependencies = [
"clap_builder",
"clap_derive",
@ -718,9 +718,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.2.2"
version = "4.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14a1a858f532119338887a4b8e1af9c60de8249cd7bafd68036a489e261e37b6"
checksum = "0fdc5d93c358224b4d6867ef1356d740de2303e9892edc06c5340daeccd96bab"
dependencies = [
"anstream",
"anstyle",

View File

@ -18,7 +18,7 @@ air-interpreter-interface = { version = "0.13.0", path = "../../../crates/air-li
air-test-utils = { version = "0.5.0",path = "../../../crates/air-lib/test-utils", optional = true }
anyhow = "1.0.70"
clap = { version = "4.2.2", features = ["derive", "env"] }
clap = { version = "4.2.5", features = ["derive", "env"] }
itertools = "0.10.5"
serde = { version = "1.0.159", features = ["derive"] }
serde_json = "1.0.95"