diff --git a/Cargo.lock b/Cargo.lock index 83238721a..602a247f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -543,7 +543,7 @@ checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" [[package]] name = "universal-hash" -version = "0.6.0-rc.2" +version = "0.6.0-rc.3" dependencies = [ "crypto-common", "subtle", diff --git a/universal-hash/Cargo.toml b/universal-hash/Cargo.toml index ddbd269a1..f3e755553 100644 --- a/universal-hash/Cargo.toml +++ b/universal-hash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "universal-hash" -version = "0.6.0-rc.2" +version = "0.6.0-rc.3" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85"