Skip to content

Commit 9be2f27

Browse files
authored
Merge branch 'develop' into remove-rustc-pin
2 parents 51b3cf1 + 690c872 commit 9be2f27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ keywords = ["cryptography", "ristretto", "zero-knowledge", "bulletproofs"]
1212
description = "A pure-Rust implementation of Bulletproofs using Ristretto"
1313

1414
[dependencies]
15-
curve25519-dalek = { version = "1.0.0-pre.0", features = ["serde"] }
15+
curve25519-dalek = { version = "1.0.0-pre.1", features = ["serde"] }
1616
subtle = "2.0.0-pre.0"
1717
sha3 = "0.8"
1818
digest = "0.8"
19-
rand = "0.5"
19+
rand = "0.6"
2020
byteorder = "1"
2121
serde = "1"
2222
serde_derive = "1"
2323
failure = "0.1"
24-
merlin = "1.0.0-pre.0"
24+
merlin = "1.0.0-pre.1"
2525
clear_on_drop = "0.2"
2626

2727
[dev-dependencies]

0 commit comments

Comments
 (0)