From dc890cd8e49824ce70de85e67851bfd68dde8b6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 04:31:29 +0000 Subject: [PATCH] Update toml requirement from 0.5.9 to 0.9.8 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.5.10...toml-v0.9.8) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.8 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 4f44177..6f7e939 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ current_platform = "0.2.0" dunce = "1.0.3" glob = "0.3.0" serde = { version = "1.0.145", features = ["derive"] } -toml = "0.5.9" +toml = "0.9.8"