From fbae9612139f8243d8d110dba3b2c93656c69689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 15:03:10 +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 a9afec8..6136736 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"