From 11c048a1e89ce08fdd004295d4fac25e494f522b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 20:02:53 +0000 Subject: [PATCH] Update toml requirement from 0.8 to 0.9 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.0...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 9584f4b..828e369 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ serde = "^1.0" serde_yaml = { version = "0.9", optional = true } thiserror = "2.0" basic-toml = { version = "0.1.10", optional = true } -toml = { version = "0.8", optional = true } +toml = { version = "0.9", optional = true } [features] default = ["toml_conf"]