From a784582d16c9bad5b31f5649cd73a53f4b5b03a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 10:07:25 +0000 Subject: [PATCH] build(deps): bump polyval from 0.6.1 to 0.6.2 Bumps [polyval](https://github.com/RustCrypto/universal-hashes) from 0.6.1 to 0.6.2. - [Commits](https://github.com/RustCrypto/universal-hashes/compare/polyval-v0.6.1...polyval-v0.6.2) --- updated-dependencies: - dependency-name: polyval dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a37de519..3f84e499 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ dependencies = [ [[package]] name = "polyval" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d52cff9d1d4dee5fe6d03729099f4a310a41179e0a10dbf542039873f2e826fb" +checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" dependencies = [ "cfg-if", "cpufeatures",