From d2c3df9d5ed6d0a3f75348a4f926506b5e90fe95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 21:27:43 +0000 Subject: [PATCH] Update toml requirement from 0.9.8 to 1.0.3 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.8...toml-v1.0.3) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.3+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 2e84529..1912b78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ ron = "0.12.0" rust_xlsxwriter = { version = "0.92.2", features = ["chrono", "wasm"] } serde = { version = "1.0.228", features = ["derive", "std"] } thiserror = "2.0.17" -toml = "0.9.8" +toml = "1.0.3" tracing = "0.1.44" unic-langid = { version = "0.9.6", features = ["macros"] } uom = "0.37.0"