Skip to content

Commit 1a9e4b6

Browse files
committed
Update to stable subtle, curve25519-dalek 0.20
1 parent 8accaa6 commit 1a9e4b6

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,8 +12,8 @@ keywords = ["cryptography", "ristretto", "zero-knowledge", "bulletproofs"]
1212
description = "A pure-Rust implementation of Bulletproofs using Ristretto"
1313

1414
[dependencies]
15-
curve25519-dalek = { version = "0.19", features = ["serde"] }
16-
subtle = "0.7"
15+
curve25519-dalek = { version = "0.20", features = ["serde"] }
16+
subtle = "1"
1717
sha3 = "0.7"
1818
digest = "0.7"
1919
rand = "0.5.0-pre.2"
@@ -25,7 +25,7 @@ failure = "0.1"
2525
merlin = "0.4"
2626

2727
[dev-dependencies]
28-
hex = "^0.3"
28+
hex = "0.3"
2929
criterion = "0.2"
3030
bincode = "1"
3131

0 commit comments

Comments
 (0)