fix: pin arrayref to known-good commit (#11389)

This commit is contained in:
Lifei Zhou
2026-08-20 09:34:25 +00:00
committed by GitHub
parent cd23a1ed40
commit 21adaeb126
Generated
+2 -9
View File
@@ -264,12 +264,6 @@ dependencies = [
"rustversion",
]
[[package]]
name = "arrayref"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
[[package]]
name = "arrayvec"
version = "0.7.8"
@@ -1731,11 +1725,10 @@ dependencies = [
[[package]]
name = "blake3"
version = "1.8.6"
version = "1.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76ae7bad254120e9e4c63bafc385310756f90c484eac0e36b8317cf09cb92a77"
checksum = "6d9e454fc11f76977dc803893aff6304ed33d6a26efae8696573bea74baa27ae"
dependencies = [
"arrayref",
"arrayvec",
"cc",
"cfg-if 1.0.4",