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
7dc98ef29b
commit
a6be977f3f
9 changed files with 16 additions and 25 deletions
|
|
@ -23,7 +23,7 @@ base64 = "0.22.1"
|
|||
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
||||
sha2 = "0.11.0"
|
||||
x448 = { version = "*" }
|
||||
hkdf = "0.12.4"
|
||||
hkdf = "0.13.0"
|
||||
once_cell = "1.21.3"
|
||||
hex = "*"
|
||||
serde = "1.0.228"
|
||||
|
|
|
|||
Loading…
Reference in a new issue