From 968ca7148c8f4f0ba487bc93327908d25543d716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 22:25:18 +0000 Subject: [PATCH] Build(deps): Update toml requirement from 0.8.13 to 0.9.4 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.8.13...toml-v0.9.4) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.4 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 690ff54..3b1f957 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ csv = "1.3.0" highs = "1.6.1" polars = {version = "0.46.0", features = ["lazy", "csv"]} serde = {version = "1.0.202", features = ["derive"]} -toml = "0.8.13" +toml = "0.9.4"