diff --git a/Cargo.lock b/Cargo.lock index c686543c2..17f247391 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -632,7 +632,7 @@ checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" [[package]] name = "universal-hash" -version = "0.6.0-rc.0" +version = "0.6.0-rc.1" dependencies = [ "crypto-common", "subtle", diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml index b183cb171..9542cf47a 100644 --- a/crypto/Cargo.toml +++ b/crypto/Cargo.toml @@ -22,7 +22,7 @@ digest = { version = "0.11.0-rc.0", path = "../digest", optional = true, feature elliptic-curve = { version = "0.14.0-rc.2", path = "../elliptic-curve", optional = true } password-hash = { version = "0.6.0-rc.0", path = "../password-hash", optional = true } signature = { version = "3.0.0-rc.0", path = "../signature", optional = true, default-features = false } -universal-hash = { version = "0.6.0-rc.0", path = "../universal-hash", optional = true } +universal-hash = { version = "0.6.0-rc.1", path = "../universal-hash", optional = true } [features] std = ["elliptic-curve/std"] diff --git a/universal-hash/Cargo.toml b/universal-hash/Cargo.toml index db7923dbb..164fa7df7 100644 --- a/universal-hash/Cargo.toml +++ b/universal-hash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "universal-hash" -version = "0.6.0-rc.0" +version = "0.6.0-rc.1" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85"