From ab994e3ccdd8e352d10aa42904bead2408b33c81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 01:43:48 +0000 Subject: [PATCH] Bump either from 1.9.0 to 1.10.0 Bumps [either](https://github.com/rayon-rs/either) from 1.9.0 to 1.10.0. - [Commits](https://github.com/rayon-rs/either/compare/1.9.0...1.10.0) --- updated-dependencies: - dependency-name: either dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ad0a05..471eceb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -648,9 +648,9 @@ checksum = "545b22097d44f8a9581187cdf93de7a71e4722bf51200cfaba810865b49a495d" [[package]] name = "either" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" +checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" [[package]] name = "ena" @@ -2730,7 +2730,7 @@ dependencies = [ [[package]] name = "rust-data-analysis" -version = "0.1.0" +version = "0.1.2" dependencies = [ "blas-src", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 2759457..dac4216 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ publish = false [dependencies] blas-src = "0.9.0" chrono = "0.4.31" -either = "1.9.0" +either = "1.10.0" evcxr = "0.17.0" ndarray = "0.15.6" ndarray-linalg = "0.16.0"