build(deps): bump the crypto group with 1 update (#7222)
Bumps the crypto group with 1 update: [reddsa](https://github.com/ZcashFoundation/reddsa). - [Release notes](https://github.com/ZcashFoundation/reddsa/releases) - [Changelog](https://github.com/ZcashFoundation/reddsa/blob/main/CHANGELOG.md) - [Commits](https://github.com/ZcashFoundation/reddsa/compare/0.5.0...0.5.1) --- updated-dependencies: - dependency-name: reddsa 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>
This commit is contained in:
parent
c6f4e28bff
commit
3e75cb50f6
|
@ -3495,9 +3495,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "reddsa"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "54b34d2c0df43159d2ff79d3cf929c9f11415529127344edb8160ad2be499fcd"
|
||||
checksum = "78a5191930e84973293aa5f532b513404460cd2216c1cfb76d08748c15b40b02"
|
||||
dependencies = [
|
||||
"blake2b_simd",
|
||||
"byteorder",
|
||||
|
|
|
@ -108,7 +108,7 @@ rayon = "1.7.0"
|
|||
# ZF deps
|
||||
ed25519-zebra = "4.0.1"
|
||||
redjubjub = "0.7.0"
|
||||
reddsa = "0.5.0"
|
||||
reddsa = "0.5.1"
|
||||
|
||||
# Production feature json-conversion
|
||||
serde_json = { version = "1.0.100", optional = true }
|
||||
|
|
Loading…
Reference in New Issue