From 24aae61f7e2cb7264bfbcc6c9e570e55d2e96568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 23:35:16 +0000 Subject: [PATCH] Update linspace requirement from 0.1.1 to 0.2.3 --- updated-dependencies: - dependency-name: linspace dependency-version: 0.2.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 1c09f0f..3def051 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,5 +43,5 @@ serde = {version = "*", optional = true} [dev-dependencies] num = "0.4.3" plotters = "0.3.7" -linspace = "0.1.1" +linspace = "0.2.3" libm = "0.2.15" \ No newline at end of file