From 9e0e755c560b663d7abb9dc79b7bffac1a046931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:02:24 +0000 Subject: [PATCH] build(deps): bump polyval from 0.7.1 to 0.7.2 Bumps [polyval](https://github.com/RustCrypto/universal-hashes) from 0.7.1 to 0.7.2. - [Commits](https://github.com/RustCrypto/universal-hashes/compare/polyval-v0.7.1...polyval-v0.7.2) --- updated-dependencies: - dependency-name: polyval dependency-version: 0.7.2 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 4bf29de4..95be06a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,9 +406,9 @@ dependencies = [ [[package]] name = "polyval" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dfc63250416fea14f5749b90725916a6c903f599d51cb635aa7a52bfd03eede" +checksum = "b20f20e954175de5f463f67781b35583397d916b1d148738923711b2ad16bee8" dependencies = [ "cpubits", "cpufeatures",