From 4fd62b9e7fff34e6c20fb17a21ec2de8935826f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Jul 2025 20:24:16 +0000 Subject: [PATCH] Update toml requirement from 0.5.9 to 0.8.23 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.8.23) --- updated-dependencies: - dependency-name: toml dependency-version: 0.8.23 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..1e0e257 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.8.23"