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

This commit is contained in:
Rasensprenger 2026-08-19 00:01:53 +03:00
commit b53d7d9003
9 changed files with 9 additions and 9 deletions

View file

@ -26,6 +26,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.11.0"
x448 = { version = "*" }