From b251c54f491b067cf6313ee612a0713a08050499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:02:31 +0000 Subject: [PATCH] Update polars requirement from 0.42.0 to 0.43.1 Updates the requirements on [polars](https://github.com/pola-rs/polars) to permit the latest version. - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](https://github.com/pola-rs/polars/compare/rs-0.42.0...rs-0.43.1) --- updated-dependencies: - dependency-name: polars dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- anise/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anise/Cargo.toml b/anise/Cargo.toml index bf33b656..2ad37334 100644 --- a/anise/Cargo.toml +++ b/anise/Cargo.toml @@ -49,7 +49,7 @@ parquet = "53.0.0" arrow = "53.0.0" criterion = "0.5" iai = "0.1" -polars = { version = "0.42.0", features = ["lazy", "parquet"] } +polars = { version = "0.43.1", features = ["lazy", "parquet"] } rayon = "1.7" serde_yaml = "0.9.30"