From cd204f49a4605a5f0cda6c4aea0f14d6ad4732f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:43:30 +0000 Subject: [PATCH] Build(deps): Update polars requirement from 0.46.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.46.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 efcedd7..60c855e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" [dependencies] csv = "1.3.0" highs = "1.6.1" -polars = {version = "0.46.0", features = ["lazy", "csv"]} +polars = {version = "0.51.0", features = ["lazy", "csv"]} serde = {version = "1.0.202", features = ["derive"]} toml = "0.9.6"