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"