From 68aaa77fdc4c83bd493ed4d83eff378726b9fd38 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 19:14:06 +0000 Subject: [PATCH] Update num-complex requirement from 0.3.0 to 0.4.0 Updates the requirements on [num-complex](https://github.com/rust-num/num-complex) to permit the latest version. - [Release notes](https://github.com/rust-num/num-complex/releases) - [Changelog](https://github.com/rust-num/num-complex/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-complex/compare/num-complex-0.3.0...num-complex-0.4.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2212a26..637272e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,4 +30,4 @@ std = [] [dependencies] num-traits = { version = "0.2.0", default_features = false } -num-complex = { version = "0.3.0", optional = true } +num-complex = { version = "0.4.0", optional = true }