From 4eb06afcb547f64daf7cd61f1d97d94635322192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 06:27:05 +0000 Subject: [PATCH] build(deps): update num-complex requirement from 0.3 to 0.4 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[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 16b99de07e3..cd4d6d0f7a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ inventory = { version = "0.1.4", optional = true } libc = "0.2.62" parking_lot = "0.11.0" num-bigint = { version = "0.3", optional = true } -num-complex = { version = "0.3", optional = true } +num-complex = { version = "0.4", optional = true } paste = { version = "1.0.3", optional = true } pyo3cls = { path = "pyo3cls", version = "=0.12.4", optional = true } unindent = { version = "0.1.4", optional = true }