From 90164d96ad4c2009810b7cfb65a08929d278cd3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 17:47:39 +0000 Subject: [PATCH] Build(deps): Update highs requirement from 1.6.1 to 2.0.0 Updates the requirements on [highs](https://github.com/rust-or/highs) to permit the latest version. - [Commits](https://github.com/rust-or/highs/compare/v1.6.1...v2.0.0) --- updated-dependencies: - dependency-name: highs dependency-version: 2.0.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 835aaec..20ca451 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] csv = "1.3.0" -highs = "1.6.1" +highs = "2.0.0" polars = {version = "0.52.0", features = ["lazy", "csv"]} serde = {version = "1.0.202", features = ["derive"]} toml = "0.9.6"