Update Rust crate hkdf to 0.13.0
Some checks failed
renovate/artifacts Artifact file update failure

This commit is contained in:
Rasensprenger 2026-08-05 23:02:02 +02:00
commit 90b9848c00
9 changed files with 16 additions and 25 deletions

View file

@ -23,7 +23,7 @@ base64 = "0.22.1"
rand_core = { version = "0.6", features = ["getrandom", "std"] }
sha2 = "0.10.9"
x448 = { version = "*" }
hkdf = "0.12.4"
hkdf = "0.13.0"
once_cell = "1.21.3"
hex = "*"
serde = "1.0.228"