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
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
This commit is contained in:
parent
e1dd86ec02
commit
bbf6b4ee74
9 changed files with 16 additions and 25 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue