From 278e21b81bd53a0db1afaa7b7192ca71b5403552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 06:33:52 +0000 Subject: [PATCH] build(deps): bump blake3 from 1.3.1 to 1.3.2 Bumps [blake3](https://github.com/BLAKE3-team/BLAKE3) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](https://github.com/BLAKE3-team/BLAKE3/compare/1.3.1...1.3.2) --- updated-dependencies: - dependency-name: blake3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/uu/hashsum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/hashsum/Cargo.toml b/src/uu/hashsum/Cargo.toml index 70eaf164c..21e760296 100644 --- a/src/uu/hashsum/Cargo.toml +++ b/src/uu/hashsum/Cargo.toml @@ -25,7 +25,7 @@ sha1 = "0.10.1" sha2 = "0.10.2" sha3 = "0.10.6" blake2b_simd = "1.0.0" -blake3 = "1.3.1" +blake3 = "1.3.2" uucore = { version=">=0.0.16", package="uucore", path="../../uucore" } [[bin]]