mirror of
https://github.com/mii443/merkle_sigs.rs.git
synced 2025-08-22 16:05:42 +00:00
Update ring and lamport_sigs in Cargo.toml
Part of fixing https://github.com/SpinResearch/RustySecrets/issues/71 .
This commit is contained in:
committed by
Romain Ruetschi
parent
d54b39fe93
commit
460bc10bb1
@ -12,8 +12,8 @@ homepage = "https://github.com/SpinResearch/merkle_sigs.rs"
|
|||||||
repository = "https://github.com/SpinResearch/merkle_sigs.rs"
|
repository = "https://github.com/SpinResearch/merkle_sigs.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ring = "^0.12.0"
|
ring = "^0.13.0"
|
||||||
lamport_sigs = "^0.5.0"
|
lamport_sigs = "^0.6.0"
|
||||||
|
|
||||||
[dependencies.merkle]
|
[dependencies.merkle]
|
||||||
version = "^1.7.0"
|
version = "^1.7.0"
|
||||||
|
Reference in New Issue
Block a user