Skip to content

Commit 2779cb7

Browse files
build(deps): bump the ecc group across 1 directory with 5 updates
Bumps the ecc group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [zcash_address](https://github.com/zcash/librustzcash) | `0.10.0` | `0.10.1` | | [zcash_primitives](https://github.com/zcash/librustzcash) | `0.26.0` | `0.26.1` | | [zcash_proofs](https://github.com/zcash/librustzcash) | `0.26.0` | `0.26.1` | | [zcash_transparent](https://github.com/zcash/librustzcash) | `0.6.0` | `0.6.1` | | [zcash_protocol](https://github.com/zcash/librustzcash) | `0.7.0` | `0.7.1` | Updates `zcash_address` from 0.10.0 to 0.10.1 - [Release notes](https://github.com/zcash/librustzcash/releases) - [Commits](zcash/librustzcash@zcash_address-0.10.0...zcash_address-0.10.1) Updates `zcash_primitives` from 0.26.0 to 0.26.1 - [Release notes](https://github.com/zcash/librustzcash/releases) - [Commits](zcash/librustzcash@zcash_primitives-0.26.0...zcash_primitives-0.26.1) Updates `zcash_proofs` from 0.26.0 to 0.26.1 - [Release notes](https://github.com/zcash/librustzcash/releases) - [Commits](zcash/librustzcash@zcash_proofs-0.26.0...zcash_proofs-0.26.1) Updates `zcash_transparent` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/zcash/librustzcash/releases) - [Commits](zcash/librustzcash@zcash_transparent-0.6.0...zcash_keys-0.6.1) Updates `zcash_protocol` from 0.7.0 to 0.7.1 - [Release notes](https://github.com/zcash/librustzcash/releases) - [Commits](zcash/librustzcash@zcash_protocol-0.7.0...zcash_protocol-0.7.1) --- updated-dependencies: - dependency-name: zcash_address dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ecc - dependency-name: zcash_primitives dependency-version: 0.26.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ecc - dependency-name: zcash_proofs dependency-version: 0.26.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ecc - dependency-name: zcash_transparent dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ecc - dependency-name: zcash_protocol dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ecc ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f006345 commit 2779cb7

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

Cargo.lock

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
15821582
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
15831583
dependencies = [
15841584
"libc",
1585-
"windows-sys 0.60.2",
1585+
"windows-sys 0.52.0",
15861586
]
15871587

15881588
[[package]]
@@ -2561,7 +2561,7 @@ checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
25612561
dependencies = [
25622562
"hermit-abi 0.5.2",
25632563
"libc",
2564-
"windows-sys 0.59.0",
2564+
"windows-sys 0.52.0",
25652565
]
25662566

25672567
[[package]]
@@ -3870,7 +3870,7 @@ dependencies = [
38703870
"once_cell",
38713871
"socket2 0.6.0",
38723872
"tracing",
3873-
"windows-sys 0.60.2",
3873+
"windows-sys 0.52.0",
38743874
]
38753875

38763876
[[package]]
@@ -4325,7 +4325,7 @@ dependencies = [
43254325
"errno",
43264326
"libc",
43274327
"linux-raw-sys",
4328-
"windows-sys 0.60.2",
4328+
"windows-sys 0.52.0",
43294329
]
43304330

43314331
[[package]]
@@ -5031,7 +5031,7 @@ dependencies = [
50315031
"getrandom 0.3.3",
50325032
"once_cell",
50335033
"rustix",
5034-
"windows-sys 0.60.2",
5034+
"windows-sys 0.52.0",
50355035
]
50365036

50375037
[[package]]
@@ -6224,7 +6224,7 @@ version = "0.1.11"
62246224
source = "registry+https://github.com/rust-lang/crates.io-index"
62256225
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
62266226
dependencies = [
6227-
"windows-sys 0.60.2",
6227+
"windows-sys 0.52.0",
62286228
]
62296229

62306230
[[package]]
@@ -6545,9 +6545,9 @@ dependencies = [
65456545

65466546
[[package]]
65476547
name = "zcash_address"
6548-
version = "0.10.0"
6548+
version = "0.10.1"
65496549
source = "registry+https://github.com/rust-lang/crates.io-index"
6550-
checksum = "16da37aff6d1a72a917e649cd337ab750c87efc6eeb36d75a47a9a2f71df195f"
6550+
checksum = "ee4491dddd232de02df42481757054dc19c8bc51cf709cfec58feebfef7c3c9a"
65516551
dependencies = [
65526552
"bech32",
65536553
"bs58",
@@ -6619,9 +6619,9 @@ dependencies = [
66196619

66206620
[[package]]
66216621
name = "zcash_primitives"
6622-
version = "0.26.0"
6622+
version = "0.26.1"
66236623
source = "registry+https://github.com/rust-lang/crates.io-index"
6624-
checksum = "b6d9e2a8ea37c3b839dc9079747a25789f50cd6a374086e23fc90951e2bcfa37"
6624+
checksum = "d0e6912efdae984166ec0dc580049699026795328dcea4fc8cc077d51fce350c"
66256625
dependencies = [
66266626
"bip32",
66276627
"blake2b_simd",
@@ -6662,9 +6662,9 @@ dependencies = [
66626662

66636663
[[package]]
66646664
name = "zcash_proofs"
6665-
version = "0.26.0"
6665+
version = "0.26.1"
66666666
source = "registry+https://github.com/rust-lang/crates.io-index"
6667-
checksum = "bf3e1bc0e9006a7fd2e6bb4603b1ad512f87c2e092851a9e1f5282df7dbc87d0"
6667+
checksum = "43a2c13bb673d542608a0e6502ac5494136e7ce4ce97e92dd239489b2523eed9"
66686668
dependencies = [
66696669
"bellman",
66706670
"blake2b_simd",
@@ -6686,9 +6686,9 @@ dependencies = [
66866686

66876687
[[package]]
66886688
name = "zcash_protocol"
6689-
version = "0.7.0"
6689+
version = "0.7.1"
66906690
source = "registry+https://github.com/rust-lang/crates.io-index"
6691-
checksum = "01fb174be84135a00fd3799161835e46f320d0028dd9446fdbd97a8d928456b6"
6691+
checksum = "deb4c8d0530fd7a3d65358010f1e0a1ccfe6cc5f1ad63447af089ccc82ae9edf"
66926692
dependencies = [
66936693
"core2",
66946694
"document-features",
@@ -6702,8 +6702,10 @@ version = "0.4.2"
67026702
source = "registry+https://github.com/rust-lang/crates.io-index"
67036703
checksum = "9bed6cf5b2b4361105d4ea06b2752f0c8af4641756c7fbc9858a80af186c234f"
67046704
dependencies = [
6705+
"bip32",
67056706
"bitflags 2.9.4",
67066707
"bounded-vec",
6708+
"hex",
67076709
"ripemd 0.1.3",
67086710
"secp256k1",
67096711
"sha1",
@@ -6722,9 +6724,9 @@ dependencies = [
67226724

67236725
[[package]]
67246726
name = "zcash_transparent"
6725-
version = "0.6.0"
6727+
version = "0.6.1"
67266728
source = "registry+https://github.com/rust-lang/crates.io-index"
6727-
checksum = "539b66f06f6bbdc135b9dc0dba879b0b354b4078d498cd1c4dae28038ec90a33"
6729+
checksum = "91df4a3a377d478f94e4a00ff36a4963dc641ccd8ed2455554b8cb6914721562"
67286730
dependencies = [
67296731
"bip32",
67306732
"blake2b_simd",

0 commit comments

Comments
 (0)