From 05fbef61d15830f596b057c67b363b2e7c47487a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 12:32:46 +0000 Subject: [PATCH] Update Rust crate toml to 0.8.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3242680..0ab7a50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ pulldown-cmark-to-cmark = "13.0" lazy_static = "1.4.0" regex = "1.10" -toml = "0.8" +toml = "0.8.12" tokio = { version = "1.37", features = ["process"] } futures = "0.3.30"