mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +00:00
Replace 'blake2-rfc' with rust-crypto 'blake2' crate (#12266)
* Replace 'blake2-rfc with rust-crypto 'blake2' crate * Bump blake2 to 0.10.4
This commit is contained in:
@@ -13,7 +13,7 @@ documentation = "https://docs.rs/sp-core-hashing"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
blake2 = { version = "0.10.2", default-features = false }
|
||||
blake2 = { version = "0.10.4", default-features = false }
|
||||
byteorder = { version = "1.3.2", default-features = false }
|
||||
digest = { version = "0.10.3", default-features = false }
|
||||
sha2 = { version = "0.10.2", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user