From 573bd674e3153e4baadccc18fab5ce909e49e0bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 02:46:46 +0000 Subject: [PATCH] Build(deps): Update toml requirement from 0.8.13 to 0.9.5 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.5) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.5 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..c5d9085 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.5"