From 7307636516a1eb6110bdc425dae2f1e00a6bb865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 18:13:16 +0000 Subject: [PATCH] Update slice_trait requirement from 0.1.9 to 0.2.0 --- updated-dependencies: - dependency-name: slice_trait 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 c253c89..808583c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ num = ["dep:num-complex"] [dependencies] moddef = "0.2.6" -slice_trait = "0.1.9" +slice_trait = "0.2.0" num-complex = {version = "0.4.6", optional = true} #option_trait = "0.1.16"