From cc0f59077f58bcd1f909ed09ba657384f97e6d93 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 08:48:53 +0000 Subject: [PATCH] Update num-complex requirement from 0.2 to 0.3 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.2.0...num-complex-0.3.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 d7365a9941e..6ee1c20d78b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ inventory = { version = "0.1.4", optional = true } libc = "0.2.62" parking_lot = "0.10.2" num-bigint = { version = "0.2", optional = true } -num-complex = { version = "0.2", optional = true } +num-complex = { version = "0.3", optional = true } paste = { version = "0.1.6", optional = true } pyo3cls = { path = "pyo3cls", version = "=0.10.1", optional = true } unindent = { version = "0.1.4", optional = true }