From 6812837c843e5e0a53cc7f06759df357bf45f15b Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Wed, 17 Jan 2024 08:58:15 -0700 Subject: [PATCH] hmac v0.13.0-pre.2 --- hmac/Cargo.lock | 2 +- hmac/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hmac/Cargo.lock b/hmac/Cargo.lock index f1d9b05..c57f114 100644 --- a/hmac/Cargo.lock +++ b/hmac/Cargo.lock @@ -74,7 +74,7 @@ checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" [[package]] name = "hmac" -version = "0.13.0-pre.1" +version = "0.13.0-pre.2" dependencies = [ "digest", "hex-literal", diff --git a/hmac/Cargo.toml b/hmac/Cargo.toml index f7dece4..d76cbe7 100644 --- a/hmac/Cargo.toml +++ b/hmac/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hmac" -version = "0.13.0-pre.1" +version = "0.13.0-pre.2" description = "Generic implementation of Hash-based Message Authentication Code (HMAC)" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0"