From be80be6e03c529a6836197fe69e5579c713df9e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 11:51:51 +0000 Subject: [PATCH] Update num-dual requirement from 0.13 to 0.14 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.13.0...v0.14.1) --- updated-dependencies: - dependency-name: num-dual dependency-version: 0.14.1 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 d4b48f2..42bb3a7 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.13" +num-dual = "0.14" ad_trait = "0.3.0" tempfile = "3"