From 80dce8189073879c15c0dcde74d33d52edb344f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 20:36:15 +0000 Subject: [PATCH] build(deps): update toml requirement from 0.9.5 to 1.0.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.9.5...toml-v1.0.2) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.2+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 b34d6cf..3d2e799 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ serde = { version = "1.0.219", default-features = false, features = ["derive"] } stringzilla = "4.2.3" taplo = { version = "0.14.0", default-features = false } tklog = "0.3.0" -toml = { version = "0.9.5", default-features = false, features = [ +toml = { version = "1.0.2", default-features = false, features = [ "parse", "serde", ] }