From c38fb2a4cd27c99f86dc98cc83d07c6247a2cc70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 19:09:22 +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 34950fa..5c2684c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ categories = ["security"] [workspace.dependencies] serde = { version = "1", features = ["derive"] } serde_json = "1" -toml = "0.8" +toml = "1.1" anyhow = "1" thiserror = "1" tracing = "0.1"