From 888c160d562331c7dcf48756faab5824ff4c748c Mon Sep 17 00:00:00 2001 From: bluss Date: Thu, 25 Mar 2021 21:06:50 +0100 Subject: [PATCH 1/2] API: Update num-complex to 0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f48a371e8..4be34b542 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ test = true [dependencies] num-integer = { version = "0.1.39", default-features = false } num-traits = { version = "0.2", default-features = false } -num-complex = { version = "0.3", default-features = false } +num-complex = { version = "0.4", default-features = false } # Use via the `rayon` crate feature! rayon_ = { version = "1.0.3", optional = true, package = "rayon" } From 383ac0e9b04b13bb154b13a1bb5f75b30b01be4c Mon Sep 17 00:00:00 2001 From: bluss Date: Thu, 25 Mar 2021 21:08:21 +0100 Subject: [PATCH 2/2] TEST: Update dev-dependency itertools to 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4be34b542..70e182242 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ rawpointer = { version = "0.2" } defmac = "0.2" quickcheck = { version = "0.9", default-features = false } approx = "0.4" -itertools = { version = "0.9.0", default-features = false, features = ["use_std"] } +itertools = { version = "0.10.0", default-features = false, features = ["use_std"] } [features] default = ["std"]