From 74b2376a547fd8967190faac2d4d6b9b5581f42d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 19:09:25 +0000 Subject: [PATCH 1/2] chore: Update pharmsol requirement from =0.21.0 to =0.22.0 Updates the requirements on pharmsol to permit the latest version. --- updated-dependencies: - dependency-name: pharmsol dependency-version: 0.22.0 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 69a8b0d2a..2341051bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ tracing-subscriber = { version = "0.3.19", features = [ ] } faer = "0.23.1" faer-ext = { version = "0.7.1", features = ["nalgebra", "ndarray"] } -pharmsol = "=0.21.0" +pharmsol = "=0.22.0" rand = "0.9.0" anyhow = "1.0.100" rayon = "1.10.0" From e63ee02736d8ac26966c3d9fb3fb95038ac95e97 Mon Sep 17 00:00:00 2001 From: Markus <66058642+mhovd@users.noreply.github.com> Date: Tue, 2 Dec 2025 15:34:18 +0100 Subject: [PATCH 2/2] Trigger CI