fix(deps): update rust crate rand_core to 0.10.0

This commit is contained in:
Renovate Bot 2026-03-06 05:06:35 +00:00
parent 36a3144757
commit 7b5a292bc2

View file

@ -86,7 +86,7 @@ libloading.optional = true
log.workspace = true
num-traits.workspace = true
rand.workspace = true
rand_core = { version = "0.6.4", features = ["getrandom"] }
rand_core = { version = "0.10.0", features = ["getrandom"] }
regex.workspace = true
reqwest.workspace = true
ring.workspace = true