Skip to content

Commit c1799ee

Browse files
committed
Align to dependencies. Format.
1 parent d719136 commit c1799ee

File tree

4 files changed

+434
-263
lines changed

4 files changed

+434
-263
lines changed

Cargo.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,23 @@ uuid = "1.1"
2121
# `wallet.dat` encoded data, so these must be kept in sync.
2222
zcash_address = "0.6"
2323
zcash_encoding = "0.2"
24-
zcash_keys = { version = "0.4", features = ["transparent-inputs", "sapling", "orchard"] }
24+
zcash_keys = { version = "0.4", features = [
25+
"transparent-inputs",
26+
"sapling",
27+
"orchard",
28+
] }
2529
zcash_primitives = "0.19"
2630
zcash_protocol = "0.4"
2731
zip32 = "0.1"
2832
orchard = "0.10"
29-
sapling = { package = "sapling-crypto", version = "0.3", features = ["temporary-zcashd"] }
33+
sapling = { package = "sapling-crypto", version = "0.3", features = [
34+
"temporary-zcashd",
35+
] }
3036
incrementalmerkletree = "0.7"
3137
bridgetree = "0.6"
3238

3339
[dev-dependencies]
34-
bc-rand = "^0.4.0"
40+
bc-rand = "^0.4.2"
3541

3642
[features]
3743
default = []

0 commit comments

Comments
 (0)