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:
Davide Galassi
2022-09-15 17:12:55 +02:00
committed by GitHub
parent bba345f8ed
commit a4ebb6d31c
5 changed files with 34 additions and 18 deletions
+3 -3
View File
@@ -593,9 +593,9 @@ dependencies = [
[[package]]
name = "blake2"
version = "0.10.2"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b94ba84325db59637ffc528bbe8c7f86c02c57cff5c0e2b9b00f9a851f42f309"
checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"
dependencies = [
"digest 0.10.3",
]
@@ -9751,7 +9751,7 @@ version = "6.0.0"
dependencies = [
"base58",
"bitflags",
"blake2-rfc",
"blake2",
"byteorder",
"criterion",
"dyn-clonable",