From 1c4020b346b30955aa0a42adf1d6bddae61519da Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 4 May 2026 05:04:10 +0000 Subject: [PATCH] chore(deps): update rust crate rand_core to 0.10.0 --- src/core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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