Skip to content

Commit

Permalink
rust: Upgrade Zcash Rust crates
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Sep 21, 2023
1 parent 1f27908 commit 3e5f5d7
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 38 deletions.
21 changes: 10 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ bellman = "0.14"
blake2b_simd = "1"
blake2s_simd = "1"
bls12_381 = "0.8"
bridgetree = "0.3"
bridgetree = "0.4"
byteorder = "1"
crossbeam-channel = "0.5"
getrandom = "0.2"
group = "0.13"
incrementalmerkletree = "0.4"
incrementalmerkletree = "0.5"
libc = "0.2"
jubjub = "0.10"
memuse = "0.2"
nonempty = "0.7"
orchard = "0.5"
orchard = "0.6"
secp256k1 = "0.26"
subtle = "2.2"
rand_core = "0.6"
Expand All @@ -63,8 +63,8 @@ zcash_address = "0.3"
zcash_encoding = "0.2"
zcash_history = "0.3"
zcash_note_encryption = "0.4"
zcash_primitives = { version = "0.12", features = ["temporary-zcashd", "transparent-inputs"] }
zcash_proofs = { version = "0.12", features = ["directories"] }
zcash_primitives = { version = "=0.13.0-rc.1", features = ["temporary-zcashd", "transparent-inputs"] }
zcash_proofs = { version = "=0.13.0-rc.1", features = ["directories"] }
ed25519-zebra = "4"
zeroize = "1.4.2"
wagyu-zcash-parameters = "0.2"
Expand Down Expand Up @@ -107,9 +107,9 @@ thiserror = "1"
time = { version = "0.3", features = ["formatting", "macros"] }

[dev-dependencies]
incrementalmerkletree = { version = "0.4", features = ["test-dependencies"] }
incrementalmerkletree = { version = "0.5", features = ["test-dependencies"] }
proptest = "1.0.0"
zcash_primitives = { version = "0.12", features = ["temporary-zcashd", "transparent-inputs", "test-dependencies"] }
zcash_primitives = { version = "=0.13.0-rc.1", features = ["temporary-zcashd", "transparent-inputs", "test-dependencies"] }

[dependencies.tracing-subscriber]
version = "0.3"
Expand Down
38 changes: 18 additions & 20 deletions qa/supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
# cargo-vet imports lock

[[publisher.bridgetree]]
version = "0.3.0"
when = "2023-06-06"
user-id = 169181
user-login = "nuttycom"
user-name = "Kris Nuttycombe"
version = "0.4.0"
when = "2023-09-08"
user-id = 6289
user-login = "str4d"

[[publisher.bumpalo]]
version = "3.14.0"
Expand Down Expand Up @@ -47,17 +46,16 @@ user-id = 1244
user-login = "ebfull"

[[publisher.incrementalmerkletree]]
version = "0.4.0"
when = "2023-06-06"
user-id = 169181
user-login = "nuttycom"
user-name = "Kris Nuttycombe"
version = "0.5.0"
when = "2023-09-08"
user-id = 6289
user-login = "str4d"

[[publisher.orchard]]
version = "0.5.0"
when = "2023-06-06"
user-id = 1244
user-login = "ebfull"
version = "0.6.0"
when = "2023-09-08"
user-id = 6289
user-login = "str4d"

[[publisher.windows-sys]]
version = "0.48.0"
Expand Down Expand Up @@ -148,14 +146,14 @@ user-login = "nuttycom"
user-name = "Kris Nuttycombe"

[[publisher.zcash_primitives]]
version = "0.12.0"
when = "2023-06-06"
user-id = 1244
user-login = "ebfull"
version = "0.13.0-rc.1"
when = "2023-09-08"
user-id = 6289
user-login = "str4d"

[[publisher.zcash_proofs]]
version = "0.12.1"
when = "2023-06-28"
version = "0.13.0-rc.1"
when = "2023-09-08"
user-id = 6289
user-login = "str4d"

Expand Down

0 comments on commit 3e5f5d7

Please sign in to comment.