From 6c98c73ae1009049d2d2613e2482a9ee0a1a6f25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 15:23:08 +0000 Subject: [PATCH 1/2] chore: Update diffsol requirement from =0.8.0 to =0.8.3 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/commits) --- updated-dependencies: - dependency-name: diffsol dependency-version: 0.8.3 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 a2edda83..e88366dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ exa = ["libloading"] [dependencies] cached = { version = "0.56.0" } csv = "1.3.0" -diffsol = "=0.8.0" +diffsol = "=0.8.3" libloading = { version = "0.9.0", optional = true, features = [] } nalgebra = "0.34.1" ndarray = { version = "0.16.1", features = ["rayon"] } From 1e9e58e4a3b94fcd4b6bacc523428083d9b982b0 Mon Sep 17 00:00:00 2001 From: Markus <66058642+mhovd@users.noreply.github.com> Date: Thu, 11 Dec 2025 16:53:54 +0100 Subject: [PATCH 2/2] Benchmark