Update Rust crate rand_core to 0.10
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
b53d7d9003
9 changed files with 9 additions and 9 deletions
|
|
@ -20,7 +20,7 @@ walkdir = "2.5.0"
|
|||
zip = "6.0.0"
|
||||
aes-gcm = "0.10.3"
|
||||
base64 = "0.22.1"
|
||||
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
||||
rand_core = { version = "0.10", features = ["getrandom", "std"] }
|
||||
sha2 = "0.11.0"
|
||||
x448 = { version = "*" }
|
||||
hkdf = "0.12.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue