From 52a8ae8e5d53787fbfa650a4304fce3e644dceec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 09:30:07 +0000 Subject: [PATCH] chore(deps): bump blake3 from 1.8.4 to 1.8.5 in /panoptes Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3) from 1.8.4 to 1.8.5. - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](https://github.com/BLAKE3-team/BLAKE3/compare/1.8.4...1.8.5) --- updated-dependencies: - dependency-name: blake3 dependency-version: 1.8.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- panoptes/Cargo.lock | 4 ++-- panoptes/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/panoptes/Cargo.lock b/panoptes/Cargo.lock index 04ab260..adbd1c9 100644 --- a/panoptes/Cargo.lock +++ b/panoptes/Cargo.lock @@ -358,9 +358,9 @@ dependencies = [ [[package]] name = "blake3" -version = "1.8.4" +version = "1.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d2d5991425dfd0785aed03aedcf0b321d61975c9b5b3689c774a2610ae0b51e" +checksum = "0aa83c34e62843d924f905e0f5c866eb1dd6545fc4d719e803d9ba6030371fce" dependencies = [ "arrayref", "arrayvec", diff --git a/panoptes/Cargo.toml b/panoptes/Cargo.toml index 3122130..7a9b204 100644 --- a/panoptes/Cargo.toml +++ b/panoptes/Cargo.toml @@ -80,7 +80,7 @@ quick-xml = "0.31" calamine = "0.35" # Hashing for deduplication -blake3 = "1.5" +blake3 = "1.8" # UUID for unique IDs uuid = { version = "1.23", features = ["v4", "serde"] }