File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " dashcore"
3- version = " 0.36.2 "
3+ version = " 0.36.3 "
44authors = [
55 " Samuel Westrich <sam@dash.org>" ,
66 " Anton Suprunchuk <anton@dash.org>" ,
@@ -30,7 +30,7 @@ signer = ["secp-recovery", "rand"]
3030core-block-hash-use-x11 = [" dashcore_hashes/x11" ]
3131bls = [" blsful" ]
3232eddsa = [" ed25519-dalek" ]
33- quorum_validation = [" bls" ]
33+ quorum_validation = [" bls" , " bls-signatures " ]
3434message_verification = [" bls" ]
3535bincode = [ " dep:bincode" , " dashcore_hashes/bincode" ]
3636
@@ -71,7 +71,8 @@ lazy_static = "1.5.0"
7171ed25519-dalek = { version = " 2.1" , features = [" rand_core" ], optional = true }
7272blake3 = " 1.5"
7373thiserror = " 1"
74- bls-signatures = { git = " https://github.com/dashpay/bls-signatures" , branch = " develop" }
74+ # version 1.3.5 is 0bb5c5b03249c463debb5cef5f7e52ee66f3aaab
75+ bls-signatures = { git = " https://github.com/dashpay/bls-signatures" , rev = " 0bb5c5b03249c463debb5cef5f7e52ee66f3aaab" , optional = true }
7576
7677[dev-dependencies ]
7778serde_json = " 1.0.96"
Original file line number Diff line number Diff line change 11[package ]
22name = " dashcore_hashes"
3- version = " 0.15.2 "
3+ version = " 0.15.3 "
44authors = [" Samuel Westrich <sam@dash.org>" ]
55license = " CC0-1.0"
66repository = " https://github.com/rust-dashcore/dash_hashes/"
You can’t perform that action at this time.
0 commit comments