diff --git a/Cargo.lock b/Cargo.lock index ea8b7da75..006d1f10b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -706,7 +706,7 @@ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" [[package]] name = "universal-hash" -version = "0.6.0-rc.7" +version = "0.6.0-rc.8" dependencies = [ "crypto-common", "subtle", diff --git a/universal-hash/Cargo.toml b/universal-hash/Cargo.toml index f5b21a89c..e8ff8d8bb 100644 --- a/universal-hash/Cargo.toml +++ b/universal-hash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "universal-hash" -version = "0.6.0-rc.7" +version = "0.6.0-rc.8" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85"