Skip to content

Commit

Permalink
chore(deps): update statrs requirement in the rust-dependencies group
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.

Updates `statrs` to 0.17.1
- [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
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 7febc96 commit bc885da
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 @@ -94,7 +94,7 @@ ascii_table = "4.0.2"
criterion = "0.5"
expect-test = "1.4.1"
hex = "0.4.3"
statrs = "0.16.0"
statrs = "0.17.1"
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
tap = "1.0.1"
tempfile = { workspace = true }
Expand Down

0 comments on commit bc885da

Please sign in to comment.