From 6c6b5fdc62ede8417a1a9164eec6253a0c7095e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 11:20:04 +0000 Subject: [PATCH] Update polars requirement from 0.32 to 0.33 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/commits) --- updated-dependencies: - dependency-name: polars dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce8db9a4..961aa865 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ parquet = "46.0.0" arrow = "46.0.0" criterion = "0.5" iai = "0.1" -polars = {version = "0.32", features = ["lazy", "parquet"]} +polars = {version = "0.33", features = ["lazy", "parquet"]} rayon = "1.7" [features]