diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index 093b50f71..1853a9da6 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -87,7 +87,7 @@ lettre.workspace = true num-traits.workspace = true rand.workspace = true # tied to passwordhash 0.5.0 -rand_core = { version = "0.6.4", features = ["getrandom"] } +rand_core = { version = "0.10.0", features = ["getrandom"] } regex.workspace = true reqwest.workspace = true sha2.workspace = true