From f439cc7e24e4be4fe93ee77bf7d6fd4494c461dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 17:13:13 +0000 Subject: [PATCH] build(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 2f3ce8e..a15b4e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ include = [ [dependencies] pyo3 = { version = "0.23.3", features = ["abi3-py39"] } -rand = "0.8.5" +rand = "0.9.0" thiserror = "2.0.3" [dev-dependencies]