From 2acd496b00471659b096ffbc8f354d68dce2b743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 05:35:58 +0000 Subject: [PATCH] Update toml requirement from 0.5.9 to 0.9.2 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.2) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.2 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..ed775f0 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.2"