Bump clap from 4.5.1 to 4.5.2 (#163)

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.1...v4.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-03-14 18:31:22 -03:00 committed by GitHub
parent dca36959d1
commit 74a08420cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 8 additions and 8 deletions

8
Cargo.lock generated
View File

@ -325,9 +325,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.5.1" version = "4.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da" checksum = "b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
"clap_derive", "clap_derive",
@ -335,9 +335,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.5.1" version = "4.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb" checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",

View File

@ -16,7 +16,7 @@ rand = "0.8"
serde_json = "1.0" serde_json = "1.0"
itertools = "0.12.1" itertools = "0.12.1"
exitcode = "1.1.2" exitcode = "1.1.2"
clap = { version = "4.5.1", features = ["derive"] } clap = { version = "4.5.2", features = ["derive"] }
tokio = { version = "1", features = ["full"] } tokio = { version = "1", features = ["full"] }
message-io = "0.18" message-io = "0.18"

View File

@ -14,7 +14,7 @@ rand = "0.8"
eyre = "0.6.12" eyre = "0.6.12"
exitcode = "1.1.2" exitcode = "1.1.2"
serde_json = "1.0" serde_json = "1.0"
clap = { version = "4.5.1", features = ["derive"] } clap = { version = "4.5.2", features = ["derive"] }
tokio = { version = "1", features = ["full"] } tokio = { version = "1", features = ["full"] }
message-io = "0.18" message-io = "0.18"

View File

@ -7,7 +7,7 @@ edition = "2021"
[dependencies] [dependencies]
axum = "0.7.3" axum = "0.7.3"
clap = { version = "4.5.1", features = ["derive"] } clap = { version = "4.5.2", features = ["derive"] }
derivative = "2.2.0" derivative = "2.2.0"
eyre = "0.6.11" eyre = "0.6.11"
rand = "0.8" rand = "0.8"

View File

@ -8,7 +8,7 @@ edition = "2021"
[dependencies] [dependencies]
frost-ed25519 = { version = "1.0.0", features = ["serde"] } frost-ed25519 = { version = "1.0.0", features = ["serde"] }
reddsa = { git = "https://github.com/ZcashFoundation/reddsa.git", rev = "81c649c412e5b6ba56d491d2857f91fbd28adbc7", features = ["frost"] } reddsa = { git = "https://github.com/ZcashFoundation/reddsa.git", rev = "81c649c412e5b6ba56d491d2857f91fbd28adbc7", features = ["frost"] }
clap = { version = "4.5.1", features = ["derive"] } clap = { version = "4.5.2", features = ["derive"] }
thiserror = "1.0" thiserror = "1.0"
rand = "0.8" rand = "0.8"
hex = "0.4" hex = "0.4"