From a3b7f521e90a4d1e225006a2bf5556dbf0d28411 Mon Sep 17 00:00:00 2001 From: koushiro Date: Fri, 26 Jun 2026 06:39:33 +0800 Subject: [PATCH] chore(bip0039): update phf deps --- bip0039/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bip0039/Cargo.toml b/bip0039/Cargo.toml index 9913f01..8bffd3c 100644 --- a/bip0039/Cargo.toml +++ b/bip0039/Cargo.toml @@ -65,7 +65,7 @@ spanish = [] [dependencies] hmac = { version = "0.13", default-features = false } pbkdf2 = { version = "0.13", default-features = false } -phf = { version = "0.13", default-features = false } +phf = { version = "0.14", default-features = false } rand = { version = "0.10", optional = true } sha2 = { version = "0.11", default-features = false } unicode-normalization = { version = "0.1", default-features = false } @@ -73,7 +73,7 @@ zeroize = { version = "1.8", default-features = false, features = ["alloc"] } [build-dependencies] anyhow = "1.0" -phf_codegen = "0.13" +phf_codegen = "0.14" [dev-dependencies] const-hex = "1.17"