From ac3325ca258b7d0409f22a75948fbc0d77f123b4 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Tue, 16 Sep 2025 16:45:31 -0600 Subject: [PATCH] hmac v0.13.0-rc.2 --- Cargo.lock | 2 +- hmac/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7f89aa..56fcd72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,7 +148,7 @@ checksum = "bcaaec4551594c969335c98c903c1397853d4198408ea609190f420500f6be71" [[package]] name = "hmac" -version = "0.13.0-rc.1" +version = "0.13.0-rc.2" dependencies = [ "digest", "hex-literal", diff --git a/hmac/Cargo.toml b/hmac/Cargo.toml index 5491616..548e9a4 100644 --- a/hmac/Cargo.toml +++ b/hmac/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hmac" -version = "0.13.0-rc.1" +version = "0.13.0-rc.2" description = "Generic implementation of Hash-based Message Authentication Code (HMAC)" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0"