From bc885daac327fefa8d9bdf7f601210f36d686b4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 23:22:48 +0000 Subject: [PATCH] chore(deps): update statrs requirement in the rust-dependencies group 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](https://github.com/statrs-dev/statrs/compare/0.16.0...v0.17.1) --- updated-dependencies: - dependency-name: statrs dependency-type: direct:production dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 85be8736e..8c568f2a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }