From d6913ded0b7fb966d4bfe98fcaea06d99a8fcd99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:38:01 +0000 Subject: [PATCH] chore(deps): update rust crate rand_core to 0.6.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd448324e..4025cff26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -310,7 +310,7 @@ phf_codegen = "0.11.2" platform-info = "2.0.3" quick-error = "2.0.1" rand = { version = "0.8", features = ["small_rng"] } -rand_core = "0.6" +rand_core = "0.6.4" rayon = "1.10" redox_syscall = "0.5" regex = "1.10.4"