From a294a1f91182894a28c1b07e88a954ba031f7ae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 10:16:43 +0000 Subject: [PATCH] chore(deps): update toml requirement from 0.8 to 0.9 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-v0.9.11) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.11+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 c154c634..72f73fe4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ ring = "0.17.14" hickory-resolver = { version = "0.25", default-features = false, features = ["tokio"] } # Configuration file parsing -toml = "0.8" +toml = "0.9" serde_yaml = "0.9" # Stream processing