From f4f1050eaa68031181f1ae4e0d4d0da676aec60e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 03:55:26 +0000 Subject: [PATCH] chore(deps): update rust crate rand to 0.9.0 --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 6a018eb34d..0b6b6be10f 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -29,7 +29,7 @@ landlock = "0.4.1" [dev-dependencies] approx = "0.5.0" criterion = "0.5.1" -rand = "0.8.4" +rand = "0.9.0" [[bench]] harness = false