Compare commits

..

3 Commits

Author SHA1 Message Date
tuna2134
bd057352ca Revert "build(deps): bump ndarray from 0.16.1 to 0.17.1" 2025-11-14 11:39:29 +09:00
tuna2134
a8e422d46d Merge pull request #274 from neodyland/dependabot/cargo/ndarray-0.17.1
build(deps): bump ndarray from 0.16.1 to 0.17.1
2025-11-13 18:38:06 -08:00
dependabot[bot]
6e3b816ce9 build(deps): bump ndarray from 0.16.1 to 0.17.1
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](https://github.com/rust-ndarray/ndarray/compare/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] <support@github.com>
2025-11-14 02:37:24 +00:00
2 changed files with 380 additions and 408 deletions

786
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,7 +15,7 @@ documentation = "https://docs.rs/sbv2_core"
anyhow = "1.0.100"
dotenvy = "0.15.7"
env_logger = "0.11.6"
ndarray = "0.17.1"
ndarray = "0.16.1"
once_cell = "1.20.3"
[profile.release]