Pin blake

This commit is contained in:
Tommy Verrall
2026-05-01 08:32:49 +02:00
parent a9bbd2e346
commit 46c7eaf4e5
2 changed files with 5 additions and 3 deletions
Generated
+2 -2
View File
@@ -993,9 +993,9 @@ dependencies = [
[[package]]
name = "blake3"
version = "1.8.2"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
checksum = "b17679a8d69b6d7fd9cd9801a536cec9fa5e5970b69f9d4747f70b39b031f5e7"
dependencies = [
"arrayref",
"arrayvec",
+3 -1
View File
@@ -229,7 +229,9 @@ base85rs = "0.1.3"
bincode = "1.3.3"
bip39 = { version = "2.0.0", features = ["zeroize"] }
bitvec = "1.0.0"
blake3 = "1.7.0"
# Pin: blake3 1.8+ depends on digest 0.11 for `traits-preview`, while workspace hmac/digest stay on 0.10.
# Unpin after upgrading workspace `digest` + `hmac` + `sha2` (and dependents) to the 0.11 stack.
blake3 = { version = "=1.7.0", default-features = true }
bloomfilter = "3.0.1"
bs58 = "0.5.1"
bytecodec = "0.4.15"