From 3b8b715b54b229d06f7c6e9f912316c0bafdd3b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 17:32:43 +0000 Subject: [PATCH] build(deps): bump poly1305 from 0.9.0 to 0.9.1 Bumps [poly1305](https://github.com/RustCrypto/universal-hashes) from 0.9.0 to 0.9.1. - [Commits](https://github.com/RustCrypto/universal-hashes/compare/poly1305-v0.9.0...poly1305-v0.9.1) --- updated-dependencies: - dependency-name: poly1305 dependency-version: 0.9.1 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 b4d96c3..740f8c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -554,9 +554,9 @@ dependencies = [ [[package]] name = "poly1305" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a00baa632505d05512f48a963e16051c54fda9a95cc9acea1a4e3c90991c4a2e" +checksum = "6e2d0073b297041425c7c3df6eb4792d598a15323fe63346852b092eca02904c" dependencies = [ "cpufeatures", "universal-hash",