diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index 0b8b8692..bc6beaac 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -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