From 19d87d4469f47d638723a94950039025af8357cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 18:39:08 +0000 Subject: [PATCH] Build(deps): Update toml requirement from 0.9.6 to 1.0.2 Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.6...toml-v1.0.2) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.2+spec-1.1.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 9865060..802eb08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ csv = "1.3.0" highs = "2.0.0" polars = {version = "0.53.0", features = ["lazy", "csv"]} serde = {version = "1.0.202", features = ["derive"]} -toml = "0.9.6" +toml = "1.0.2"