build(deps): bump the ecc group across 1 directory with 3 updates
Bumps the ecc group with 3 updates in the / directory: [incrementalmerkletree](https://github.com/zcash/incrementalmerkletree), [zcash_encoding](https://github.com/zcash/librustzcash) and [zcash_note_encryption](https://github.com/zcash/librustzcash). Updates `incrementalmerkletree` from 0.7.0 to 0.7.1 - [Commits](https://github.com/zcash/incrementalmerkletree/compare/incrementalmerkletree-v0.7.0...incrementalmerkletree-v0.7.1) Updates `zcash_encoding` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/zcash/librustzcash/releases) - [Commits](https://github.com/zcash/librustzcash/compare/zcash_encoding-0.2.1...zcash_encoding-0.2.2) Updates `zcash_note_encryption` from 0.4.0 to 0.4.1 - [Release notes](https://github.com/zcash/librustzcash/releases) - [Commits](https://github.com/zcash/librustzcash/compare/zcash_note_encryption-0.4.0...zcash_protocol-0.4.1) --- updated-dependencies: - dependency-name: incrementalmerkletree dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ecc - dependency-name: zcash_encoding dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ecc - dependency-name: zcash_note_encryption dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ecc ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0fe47bbbbb
commit
8ffbdab3ab
23
Cargo.lock
23
Cargo.lock
|
@ -944,6 +944,15 @@ version = "0.8.7"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
||||
|
||||
[[package]]
|
||||
name = "core2"
|
||||
version = "0.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "239fa3ae9b63c2dc74bd3fa852d4792b8b305ae64eeede946265b6af62f1fff3"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cpufeatures"
|
||||
version = "0.2.14"
|
||||
|
@ -1975,9 +1984,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "incrementalmerkletree"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d45063fbc4b0a37837f6bfe0445f269d13d730ad0aa3b5a7f74aa7bf27a0f4df"
|
||||
checksum = "216c71634ac6f6ed13c2102d64354c0a04dcbdc30e31692c5972d3974d8b6d97"
|
||||
dependencies = [
|
||||
"either",
|
||||
]
|
||||
|
@ -5567,11 +5576,11 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "zcash_encoding"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "052d8230202f0a018cd9b5d1b56b94cd25e18eccc2d8665073bcea8261ab87fc"
|
||||
checksum = "3654116ae23ab67dd1f849b01f8821a8a156f884807ff665eac109bf28306c4d"
|
||||
dependencies = [
|
||||
"byteorder",
|
||||
"core2",
|
||||
"nonempty",
|
||||
]
|
||||
|
||||
|
@ -5614,9 +5623,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "zcash_note_encryption"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5b4580cd6cee12e44421dac43169be8d23791650816bdb34e6ddfa70ac89c1c5"
|
||||
checksum = "77efec759c3798b6e4d829fcc762070d9b229b0f13338c40bf993b7b609c2272"
|
||||
dependencies = [
|
||||
"chacha20",
|
||||
"chacha20poly1305",
|
||||
|
|
|
@ -22,12 +22,12 @@ resolver = "2"
|
|||
# `cargo release` settings
|
||||
|
||||
[workspace.dependencies]
|
||||
incrementalmerkletree = { version = "0.7.0", features = ["legacy-api"] }
|
||||
incrementalmerkletree = { version = "0.7.1", features = ["legacy-api"] }
|
||||
orchard = "0.10.0"
|
||||
sapling-crypto = "0.3.0"
|
||||
zcash_address = "0.6.0"
|
||||
zcash_client_backend = "0.14.0"
|
||||
zcash_encoding = "0.2.1"
|
||||
zcash_encoding = "0.2.2"
|
||||
zcash_history = "0.4.0"
|
||||
zcash_keys = "0.4.0"
|
||||
zcash_primitives = "0.19.0"
|
||||
|
|
|
@ -98,7 +98,7 @@ halo2 = { package = "halo2_proofs", version = "0.3.0" }
|
|||
orchard.workspace = true
|
||||
zcash_encoding.workspace = true
|
||||
zcash_history.workspace = true
|
||||
zcash_note_encryption = "0.4.0"
|
||||
zcash_note_encryption = "0.4.1"
|
||||
zcash_primitives = { workspace = true, features = ["transparent-inputs"] }
|
||||
sapling-crypto.workspace = true
|
||||
zcash_protocol.workspace = true
|
||||
|
|
|
@ -94,7 +94,7 @@ ff = { version = "0.13.0", optional = true }
|
|||
group = { version = "0.13.0", optional = true }
|
||||
jubjub = { version = "0.10.0", optional = true }
|
||||
rand = { version = "0.8.5", optional = true }
|
||||
zcash_note_encryption = { version = "0.4.0", optional = true }
|
||||
zcash_note_encryption = { version = "0.4.1", optional = true }
|
||||
|
||||
zebra-test = { path = "../zebra-test", version = "1.0.0-beta.43", optional = true }
|
||||
|
||||
|
@ -121,7 +121,7 @@ group = "0.13.0"
|
|||
jubjub = "0.10.0"
|
||||
rand = "0.8.5"
|
||||
tempfile = "3.14.0"
|
||||
zcash_note_encryption = "0.4.0"
|
||||
zcash_note_encryption = "0.4.1"
|
||||
toml = "0.8.19"
|
||||
tonic = "0.12.3"
|
||||
|
||||
|
|
Loading…
Reference in New Issue