build(deps): bump the crypto group with 1 update (#7550)
Bumps the crypto group with 1 update: [ed25519-zebra](https://github.com/ZcashFoundation/ed25519-zebra). - [Release notes](https://github.com/ZcashFoundation/ed25519-zebra/releases) - [Changelog](https://github.com/ZcashFoundation/ed25519-zebra/blob/main/CHANGELOG.md) - [Commits](https://github.com/ZcashFoundation/ed25519-zebra/compare/4.0.2...4.0.3) --- updated-dependencies: - dependency-name: ed25519-zebra dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crypto ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: teor <teor@riseup.net>
This commit is contained in:
parent
3e9f9d2d34
commit
c2764c8c1b
|
|
@ -1241,9 +1241,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ed25519-zebra"
|
name = "ed25519-zebra"
|
||||||
version = "4.0.2"
|
version = "4.0.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4e83e509bcd060ca4b54b72bde5bb306cb2088cb01e14797ebae90a24f70f5f7"
|
checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"curve25519-dalek",
|
"curve25519-dalek",
|
||||||
"ed25519",
|
"ed25519",
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ color-eyre = "0.6.2"
|
||||||
# Enable a feature that makes tinyvec compile much faster.
|
# Enable a feature that makes tinyvec compile much faster.
|
||||||
tinyvec = { version = "1.6.0", features = ["rustc_1_55"] }
|
tinyvec = { version = "1.6.0", features = ["rustc_1_55"] }
|
||||||
|
|
||||||
ed25519-zebra = "4.0.1"
|
ed25519-zebra = "4.0.3"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
|
|
||||||
tokio = { version = "1.32.0", features = ["full", "tracing", "test-util"] }
|
tokio = { version = "1.32.0", features = ["full", "tracing", "test-util"] }
|
||||||
|
|
|
||||||
|
|
@ -106,7 +106,7 @@ itertools = "0.11.0"
|
||||||
rayon = "1.7.0"
|
rayon = "1.7.0"
|
||||||
|
|
||||||
# ZF deps
|
# ZF deps
|
||||||
ed25519-zebra = "4.0.1"
|
ed25519-zebra = "4.0.3"
|
||||||
redjubjub = "0.7.0"
|
redjubjub = "0.7.0"
|
||||||
reddsa = "0.5.1"
|
reddsa = "0.5.1"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue