From 75551754e6483fe1e01dcc76ba5554dc67d53bd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 18:16:52 +0000 Subject: [PATCH] chore(deps): update rust crate rand to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 29d5dc67..9fd48cd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ resolver = "2" napi-derive = { version = "3.0.0-alpha", default-features = false, features = ["type-def"] } once_cell = "1" quickcheck = "1.0" - rand = "0.8" + rand = "0.9" rand_core = { version = "0.6", features = ["getrandom"] } serde = "1.0" serde_json = "1.0"