From f3b9379a08dd151823f93fc7ae85b8cb9a128682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 11:09:20 +0000 Subject: [PATCH] Update polars requirement from 0.50.0 to 0.51.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/compare/rs-0.50.0...rs-0.51.0) --- updated-dependencies: - dependency-name: polars dependency-version: 0.51.0 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 6f1c4ed2..1c854c2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ default = ["premium"] premium = [] [dev-dependencies] -polars = { version = "0.50.0", features = ["parquet"] } +polars = { version = "0.51.0", features = ["parquet"] } planus = "=1.1.1" # cf. https://github.com/pola-rs/polars/issues/24208 rstest = "0.26.1" pretty_env_logger = "0.5"