From d70b494c17227e9aa36426ffd9fe52e43c4c4502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 18:57:09 +0000 Subject: [PATCH 1/2] chore: Update rand requirement from 0.9.0 to 0.10.1 Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/rand_core-0.9.1...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4ce5f7621..458ad9e3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ tracing-subscriber = { version = "0.3.19", features = [ ] } faer = "0.24.0" pharmsol = "=0.26" -rand = "0.9.0" +rand = "0.10.1" anyhow = "1.0.100" rayon = "1.10.0" From 3fd6e96aba34ff09e0f3e2158f68640fc907050e Mon Sep 17 00:00:00 2001 From: Markus Date: Mon, 13 Apr 2026 21:01:29 +0200 Subject: [PATCH 2/2] Benchmark