From 97aa7a695d97906f590c432a1a011e1e2d9718c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 16:38:00 +0000 Subject: [PATCH] Bump toml from 0.8.23 to 0.9.2 in the rust-dependencies group --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 50dc967c..c55e0260 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ shellexpand = "3.0" strum = { version = "0.27", features = ["derive"] } strum_macros = "0.27" tera = "1" -toml = "0.8" +toml = "0.9" uuid = { version = "1.17", features = ["serde", "v4", "v5"] } voca_rs = "1"