From a3c17a46a511931d99ef152397d7c14e83f4e42a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 23:33:06 +0000 Subject: [PATCH] Update num-dual requirement from 0.11 to 0.13 Updates the requirements on [num-dual](https://github.com/itt-ustutt/num-dual) to permit the latest version. - [Release notes](https://github.com/itt-ustutt/num-dual/releases) - [Changelog](https://github.com/itt-ustutt/num-dual/blob/master/CHANGELOG.md) - [Commits](https://github.com/itt-ustutt/num-dual/compare/v0.11.0...v0.13.4) --- updated-dependencies: - dependency-name: num-dual dependency-version: 0.13.4 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 43733f3..eaf5666 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ approx = "0.5" serde_json = "1" ciborium = "0.2" nalgebra = "0.34" -num-dual = "0.11" +num-dual = "0.13" ad_trait = "0.2.2" tempfile = "3"