From 3731e2198fdaaff1d8921bf8a5bf239af6a96d90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 01:54:23 +0000 Subject: [PATCH] build(deps): update toml requirement from 0.8 to 1.1 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.1.2) --- updated-dependencies: - dependency-name: toml dependency-version: 1.1.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 9ad16ba..167c8b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,7 @@ serde_plain = "1" snafu = "0.8" syn = { version = "2", default-features = false } test-case = "3" -toml = "0.8" +toml = "1.1" tracing = "0.1" url = "2" walkdir = "2"