Skip to content

Commit

Permalink
chore(deps): update ndarray-stats requirement from 0.5.1 to 0.6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [ndarray-stats](https://github.com/rust-ndarray/ndarray-stats) to permit the latest version.
- [Release notes](https://github.com/rust-ndarray/ndarray-stats/releases)
- [Commits](rust-ndarray/ndarray-stats@0.5.1...0.6.0)

---
updated-dependencies:
- dependency-name: ndarray-stats
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 6, 2024
1 parent 20bac6d commit c33526b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["command-line-utilities", "science"]
fxread = "0.2.12"
clap = { version = "4.5.9", features = ["derive"] }
anyhow = "1"
ndarray-stats = "0.5.1"
ndarray-stats = "0.6.0"
ndarray = "0.15.6"
spinoff = "0.8.0"
memchr = "2.7.4"
Expand Down

0 comments on commit c33526b

Please sign in to comment.