Bump clap from 3.2.16 to 3.2.17

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.16 to 3.2.17.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.17/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.16...v3.2.17)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-15 10:15:19 +00:00 committed by GitHub
parent dab5a70c59
commit 322fd1ab54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
Cargo.lock generated
View File

@ -74,7 +74,7 @@ version = "0.2.0"
source = "git+https://github.com/AleoHQ/aleo.git?rev=4064f1c#4064f1cfbc612cdea8f5bcb8781453b3697abd27" source = "git+https://github.com/AleoHQ/aleo.git?rev=4064f1c#4064f1cfbc612cdea8f5bcb8781453b3697abd27"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap 3.2.16", "clap 3.2.17",
"colored", "colored",
"rand", "rand",
"rand_chacha", "rand_chacha",
@ -390,9 +390,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "3.2.16" version = "3.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3dbbb6653e7c55cc8595ad3e1f7be8f32aba4eb7ff7f0fd1163d4f3d137c0a9" checksum = "29e724a68d9319343bb3328c9cc2dfde263f4b3142ee1059a9980580171c954b"
dependencies = [ dependencies = [
"atty", "atty",
"bitflags", "bitflags",
@ -407,9 +407,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_derive" name = "clap_derive"
version = "3.2.15" version = "3.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ba52acd3b0a5c33aeada5cdaa3267cdc7c594a98731d4268cdc1532f4264cb4" checksum = "13547f7012c01ab4a0e8f8967730ada8f9fdf419e8b6c792788f39cf4e46eefa"
dependencies = [ dependencies = [
"heck", "heck",
"proc-macro-error", "proc-macro-error",
@ -1195,7 +1195,7 @@ dependencies = [
"ansi_term", "ansi_term",
"assert_cmd", "assert_cmd",
"backtrace", "backtrace",
"clap 3.2.16", "clap 3.2.17",
"color-backtrace", "color-backtrace",
"colored", "colored",
"console", "console",
@ -1241,7 +1241,7 @@ dependencies = [
name = "leo-parser" name = "leo-parser"
version = "1.5.3" version = "1.5.3"
dependencies = [ dependencies = [
"clap 3.2.16", "clap 3.2.17",
"indexmap", "indexmap",
"lazy_static", "lazy_static",
"leo-ast", "leo-ast",
@ -1285,7 +1285,7 @@ name = "leo-test-framework"
version = "1.5.3" version = "1.5.3"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"clap 3.2.16", "clap 3.2.17",
"criterion", "criterion",
"leo-compiler", "leo-compiler",
"leo-errors", "leo-errors",
@ -2281,7 +2281,7 @@ version = "0.7.5"
source = "git+https://github.com/AleoHQ/snarkVM.git?rev=22f3aa8#22f3aa8f566e1dfe80070ec4d78a1e55c72427dc" source = "git+https://github.com/AleoHQ/snarkVM.git?rev=22f3aa8#22f3aa8f566e1dfe80070ec4d78a1e55c72427dc"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap 3.2.16", "clap 3.2.17",
"colored", "colored",
"indexmap", "indexmap",
"once_cell", "once_cell",