From 848a19539c70ecd183a9927df3d531e3ffeee277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 12:09:49 +0000 Subject: [PATCH] chore(deps): bump blake3 from 1.8.1 to 1.8.2 Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](https://github.com/BLAKE3-team/BLAKE3/compare/1.8.1...1.8.2) --- updated-dependencies: - dependency-name: blake3 dependency-version: 1.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59e208b5..2f00faad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1323,9 +1323,9 @@ dependencies = [ [[package]] name = "blake3" -version = "1.8.1" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "389a099b34312839e16420d499a9cad9650541715937ffbdd40d36f49e77eeb3" +checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0" dependencies = [ "arrayref", "arrayvec", diff --git a/Cargo.toml b/Cargo.toml index b70a24b5..e74da708 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ atoma-utils = { path = "./atoma-utils" } axum = "0.8.3" base64 = "0.22.1" blake2 = "0.10.6" -blake3 = "1.8.1" +blake3 = "1.8.2" bytes = "1.10.0" chrono = "0.4.39" ciborium = "0.2.2"