From f3c8a45cad1ad058a97ca39327b2bc42e0f7a750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:01:08 +0000 Subject: [PATCH] Update polars requirement from 0.34.2 to 0.35.0 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 74bc97af..7390371c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ parquet = "49.0.0" arrow = "49.0.0" criterion = "0.5" iai = "0.1" -polars = { version = "0.34.2", features = ["lazy", "parquet"] } +polars = { version = "0.35.0", features = ["lazy", "parquet"] } rayon = "1.7" [features]