From c86bdcc40ce7fadd92b2eb59db6c4f65788b315f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 00:08:33 +0000 Subject: [PATCH] chore(deps): Bump ndarray from 0.16.0 to 0.16.1 (#21080) Bumps [ndarray](https://github.com/rust-ndarray/ndarray) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/rust-ndarray/ndarray/releases) - [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md) - [Commits](https://github.com/rust-ndarray/ndarray/compare/0.16.0...0.16.1) --- updated-dependencies: - dependency-name: ndarray dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- lib/vector-core/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2ab5731a73b23..dfa024138b080 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5697,9 +5697,9 @@ dependencies = [ [[package]] name = "ndarray" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "087ee1ca8a7c22830c2bba4a96ed8e72ce0968ae944349324d52522f66aa3944" +checksum = "882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841" dependencies = [ "matrixmultiply", "num-complex", @@ -10705,7 +10705,7 @@ dependencies = [ "metrics-tracing-context", "metrics-util", "mlua", - "ndarray 0.16.0", + "ndarray 0.16.1", "ndarray-stats", "no-proxy", "noisy_float", diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index 1fdde591d6e69..f8bbbb7e5b2f9 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -86,7 +86,7 @@ proptest = "1.5" similar-asserts = "1.5.0" tokio-test = "0.4.4" toml.workspace = true -ndarray = "0.16.0" +ndarray = "0.16.1" ndarray-stats = "0.5.1" noisy_float = "0.2.0" rand = "0.8.5"