From 9dc78260414e63219f5bb75800423927ec1f8c4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 02:24:26 +0000 Subject: [PATCH] Bump num-complex from 0.4.5 to 0.4.6 Bumps [num-complex](https://github.com/rust-num/num-complex) from 0.4.5 to 0.4.6. - [Changelog](https://github.com/rust-num/num-complex/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-complex/compare/num-complex-0.4.5...num-complex-0.4.6) --- updated-dependencies: - dependency-name: num-complex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 939fbc2a..a196abe1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -759,9 +759,9 @@ dependencies = [ [[package]] name = "num-complex" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6" +checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" dependencies = [ "num-traits", ] @@ -800,9 +800,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.16" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" +checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" dependencies = [ "autocfg", ] diff --git a/Cargo.toml b/Cargo.toml index 1a280604..5d658d68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ num_cpus = "1.16.0" serial_test = "3.1.1" scopeguard = "1.2.0" image = "0.24.9" -num-complex = "0.4.5" +num-complex = "0.4.6" [[bench]] harness = false