From 064bd6db22ff856bac4a55952fcca998e70bfb20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 17:53:19 +0000 Subject: [PATCH] Build(deps): Update polars requirement from 0.54.4 to 0.55.2 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.54.4...rs-0.55.2) --- updated-dependencies: - dependency-name: polars dependency-version: 0.55.2 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 bc51189..5c5931b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" [dependencies] csv = "1.3.0" highs = "2.0.0" -polars = {version = "0.54.4", features = ["lazy", "csv"]} +polars = {version = "0.55.2", features = ["lazy", "csv"]} serde = {version = "1.0.202", features = ["derive"]} toml = "1.0.2"