From 914cb49f79b50759f71833724be84d5c7cddcfb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:32:37 +0000 Subject: [PATCH] Update hyperdual requirement from =1.2.0 to =1.3.0 --- updated-dependencies: - dependency-name: hyperdual 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 2cba990c..2531a70f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ flate2 = { version = "1.0", features = [ serde = "1.0" serde_derive = "1.0" csv = "1" -hyperdual = "=1.2.0" +hyperdual = "=1.3.0" bytes = "1.0" rand = "0.8" rand_distr = "0.4"