Skip to content

Commit

Permalink
build(deps): update statrs requirement from 0.16.0 to 0.17.1
Browse files Browse the repository at this point in the history
Updates the requirements on [statrs](https://github.com/statrs-dev/statrs) to permit the latest version.
- [Release notes](https://github.com/statrs-dev/statrs/releases)
- [Changelog](https://github.com/statrs-dev/statrs/blob/master/CHANGELOG.md)
- [Commits](statrs-dev/statrs@0.16.0...v0.17.1)

---
updated-dependencies:
- dependency-name: statrs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent e5db8c0 commit aec8aa9
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 @@ -64,7 +64,7 @@ rand = "0.8.5" # https://docs.rs/rand/latest/rand/
rand_distr = "0.4.3" # https://docs.rs/rand_distr/latest/rand_distr/
rayon = "1.9.0" # https://docs.rs/rayon/latest/rayon/
rust_decimal = "1.34.3" # https://docs.rs/rust_decimal/latest/rust_decimal/
statrs = "0.16.0" # https://docs.rs/statrs/latest/statrs/
statrs = "0.17.1" # https://docs.rs/statrs/latest/statrs/
thiserror = "1.0.57" # https://docs.rs/thiserror/latest/thiserror/
yahoo_finance_api = "2.1.0" # https://docs.rs/yahoo-finance-api/latest/yahoo_finance_api/
tokio-test = "0.4.3" # https://docs.rs/tokio-test/latest/tokio_test/
Expand Down

0 comments on commit aec8aa9

Please sign in to comment.