Skip to content

Commit e62e575

Browse files
committed
upgrade version
1 parent 7bbc366 commit e62e575

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spartan"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
authors = ["Srinath Setty <[email protected]>"]
55
edition = "2018"
66
description = "High-speed zkSNARKs without trusted setup"
@@ -12,7 +12,7 @@ keywords = ["zkSNARKs", "cryptography", "proofs"]
1212

1313
[dependencies]
1414
curve25519-dalek = {version = "3.0.0", features = ["serde", "simd_backend"]}
15-
merlin = "2.0.0"
15+
merlin = "3.0.0"
1616
rand = "0.7.3"
1717
digest = "0.8.1"
1818
sha3 = "0.8.2"
@@ -23,8 +23,8 @@ bincode = "1.2.1"
2323
subtle = { version = "^2.2.3", default-features = false }
2424
rand_core = { version = "0.5", default-features = false }
2525
zeroize = { version = "1", default-features = false }
26-
itertools = "0.9.0"
27-
colored = "1.9.3"
26+
itertools = "0.10.0"
27+
colored = "2.0.0"
2828
flate2 = "1.0.14"
2929
thiserror = "1.0"
3030

0 commit comments

Comments
 (0)