Update Rust crate rand_core to 0.10
Some checks failed
renovate/artifacts Artifact file update failure

This commit is contained in:
Rasensprenger 2026-08-06 01:03:25 +02:00
commit 1da61045d2
9 changed files with 9 additions and 9 deletions

View file

@ -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 = "*" }