From 26350009a58c0cfdc0efae881aa2f0fbd1a4b093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 09:08:47 +0000 Subject: [PATCH] Update toml requirement from 0.8 to 1.0 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-v1.0.3) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.3+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 7cbba85..0595cd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ assert_cmd = "2" predicates = "3" pretty_assertions = "1" tempfile = "3" -toml = "0.8" +toml = "1.0" [profile.release] lto = true