Skip to content

Commit

Permalink
chore(deps): Bump ndarray from 0.16.0 to 0.16.1 (#21080)
Browse files Browse the repository at this point in the history
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](rust-ndarray/ndarray@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 20, 2024
1 parent 970b222 commit c86bdcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/vector-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c86bdcc

Please sign in to comment.