Skip to content

Commit 7b534a2

Browse files
Build(deps): bump ndarray from 0.16.1 to 0.17.1 in /light-curve
Bumps [ndarray](https://github.com/rust-ndarray/ndarray) from 0.16.1 to 0.17.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.1...0.17.1) --- updated-dependencies: - dependency-name: ndarray dependency-version: 0.17.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d412a28 commit 7b534a2

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

light-curve/Cargo.lock

Lines changed: 18 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

light-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ macro_const = "0.1.0"
4646
mimalloc = { version = "0.1.48", features = [
4747
"local_dynamic_tls",
4848
], optional = true }
49-
ndarray = { version = "0.16.1", features = ["rayon"] }
49+
ndarray = { version = "0.17.1", features = ["rayon"] }
5050
numpy = "0.27.0"
5151
num_cpus = "1.17.0"
5252
num-traits = "0.2"

0 commit comments

Comments
 (0)