mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 19:21:13 +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:
@@ -19,7 +19,7 @@ proc-macro = true
|
||||
quote = "1.0.10"
|
||||
syn = { version = "1.0.98", features = ["full", "fold", "extra-traits", "visit"] }
|
||||
proc-macro2 = "1.0.37"
|
||||
blake2 = { version = "0.10.2", default-features = false }
|
||||
blake2 = { version = "0.10.4", default-features = false }
|
||||
proc-macro-crate = "1.1.3"
|
||||
|
||||
# Required for the doc tests
|
||||
|
||||
Reference in New Issue
Block a user