From 21adaeb1263321c3b4d92d24c3d4f6790b6de7a6 Mon Sep 17 00:00:00 2001 From: Lifei Zhou Date: Thu, 20 Aug 2026 09:34:25 +0000 Subject: [PATCH] fix: pin arrayref to known-good commit (#11389) --- Cargo.lock | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 77b2b07b0..bb260f67c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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",