Update Rust crate rand_core to 0.10
Some checks failed
renovate/artifacts Artifact file update failure
Some checks failed
renovate/artifacts Artifact file update failure
This commit is contained in:
parent
6dc4d70416
commit
1da61045d2
9 changed files with 9 additions and 9 deletions
|
|
@ -25,6 +25,6 @@ uuid = { version = "*", features = ["v4"] }
|
|||
base64 = "0.22.1"
|
||||
hex = "*"
|
||||
rand = "0.8"
|
||||
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
||||
rand_core = { version = "0.10", features = ["getrandom", "std"] }
|
||||
sha2 = "0.10.9"
|
||||
x448 = { version = "*" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue