From 370506c514e1897e26d747af10d065b5b73ec2a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 19:07:14 +0000 Subject: [PATCH] Bump blake3 from 1.5.0 to 1.5.1 Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](https://github.com/BLAKE3-team/BLAKE3/compare/1.5.0...1.5.1) --- updated-dependencies: - dependency-name: blake3 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 64b2576..3ca5476 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,9 +172,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "blake3" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0231f06152bf547e9c2b5194f247cd97aacf6dcd8b15d8e5ec0663f64580da87" +checksum = "30cca6d3674597c30ddf2c587bf8d9d65c9a84d2326d941cc79c9842dfe0ef52" dependencies = [ "arrayref", "arrayvec", diff --git a/Cargo.toml b/Cargo.toml index f500c73..9f72708 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ memory-store = [] [dependencies] async-trait = "0.1.74" rand = "0.8.5" -blake3 = "1.5.0" +blake3 = "1.5.1" tracing = "0.1.40" thiserror = "1.0.50" secure-string = "0.3.0"