From 1bd59e7c0bec9fc4415cdccae47255370641e9ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 18:14:41 +0000 Subject: [PATCH] chore: Update diffsol requirement from =0.11.0 to =0.12.2 Updates the requirements on [diffsol](https://github.com/martinjrobins/diffsol) to permit the latest version. - [Release notes](https://github.com/martinjrobins/diffsol/releases) - [Commits](https://github.com/martinjrobins/diffsol/compare/v0.11.0...v0.12.2) --- updated-dependencies: - dependency-name: diffsol dependency-version: 0.12.2 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 6608c44e..fd217ec8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ exa = ["json", "libloading"] [dependencies] ahash = "0.8" csv = "1.3.0" -diffsol = "=0.11.0" +diffsol = "=0.12.2" pharmsol-macros = { path = "pharmsol-macros", version = "0.1.0" } libloading = { version = "0.9.0", optional = true, features = [] } nalgebra = "0.34.1"