Update Rust crate hkdf to 0.13.0
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement

This commit is contained in:
Rasensprenger 2026-08-09 21:02:24 +02:00
commit a6be977f3f
9 changed files with 16 additions and 25 deletions

View file

@ -14,7 +14,7 @@ mtp = { git = "https://git.methanium.net/Methanium/mtp.git" }
aes-gcm = "0.10.3"
base64 = "0.22.1"
hex = "*"
hkdf = "0.12.4"
hkdf = "0.13.0"
json = "*"
arc-swap = "1"
once_cell = "1.21.3"