From 6bb5b913e4d44c40259a60106561a0145b06af89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 11:07:09 +0000 Subject: [PATCH] Update polars requirement from 0.51.0 to 0.52.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.51.0...rs-0.52.0) --- updated-dependencies: - dependency-name: polars dependency-version: 0.52.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 03675558..df6ba0a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ default = ["premium"] premium = [] [dev-dependencies] -polars = { version = "0.51.0", features = ["parquet"] } +polars = { version = "0.52.0", features = ["parquet"] } rstest = "0.26.1" pretty_env_logger = "0.5" toml = "0.9.0"