From 15b4d726ec918dd9e1143ee96d696eb8fa1cf541 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 04:14:10 +0000 Subject: [PATCH] Update polars requirement from 0.51.0 to 0.53.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.53.0) --- updated-dependencies: - dependency-name: polars dependency-version: 0.53.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 305c5576..cedc1fdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ premium = [] python = ["pyo3", "hifitime/python", "anise/python"] [dev-dependencies] -polars = { version = "0.51.0", features = ["parquet"] } +polars = { version = "0.53.0", features = ["parquet"] } rstest = "0.26.1" pretty_env_logger = "0.5" serde_arrow = { version = "0.14", features = ["arrow-58"] }