From ff01e9a2659d10411c2157b3d4b74cba6989bb53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 15:55:18 +0000 Subject: [PATCH] chore(deps): update rust crate rand to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb372756b7..9888679d16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ prost-types = "0.13.0" pyo3 = { version = ">= 0.22", features = ["extension-module", "abi3-py310"] } pyo3-log = ">= 0.11" rancor = "0.1.0" -rand = "0.8.5" +rand = "0.9.0" rand_distr = "0.4" rayon = "1.10.0" regex = "1.11.0"