From 552825bb7940b758966cb85bc18bdbd8caeda0ba Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 30 Mar 2026 17:47:07 -0600 Subject: [PATCH] bake-kdf: bump `belt-hash` dependency to v0.2 --- bake-kdf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bake-kdf/Cargo.toml b/bake-kdf/Cargo.toml index 2fc3053..9ba6c08 100644 --- a/bake-kdf/Cargo.toml +++ b/bake-kdf/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["crypto", "bake", "stb", "kdf"] categories = ["cryptography", "no-std"] [dependencies] -belt-hash = { version = "0.2.0-rc.5", default-features = false } +belt-hash = { version = "0.2", default-features = false } [dev-dependencies] hex-literal = "1"