From 6b8dbdf85b68463e5b38c80e8a5227cd47afd4da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:07:50 +0000 Subject: [PATCH] chore(deps): bump blake3 from 1.8.4 to 1.8.5 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] --- Cargo.lock | 4 ++-- src/hyperlight_host/Cargo.toml | 2 +- src/trace_dump/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d45fe5748..eee16198a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -272,9 +272,9 @@ checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" [[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/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 80f8640fa..abc24fab8 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -30,7 +30,7 @@ libc = { version = "0.2.186" } flatbuffers = "25.12.19" framehop = { version = "0.16.0", optional = true } fallible-iterator = { version = "0.3.0", optional = true } -blake3 = "1.8.4" +blake3 = "1.8.5" page_size = "0.6.0" termcolor = "1.2.0" bitflags = "2.11.1" diff --git a/src/trace_dump/Cargo.toml b/src/trace_dump/Cargo.toml index 76346cbc3..f153f27e7 100644 --- a/src/trace_dump/Cargo.toml +++ b/src/trace_dump/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] addr2line = "0.26.1" piet-common = { version = "0.8.0", features = [ "png" ] } -blake3 = { version = "1.8.4" } +blake3 = { version = "1.8.5" } [[bin]] name = "trace_dump"