From 9bb77e7485934588f1d926199f3f71dfb8e0d86f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 11:17:30 +0000 Subject: [PATCH] chore(deps): update rust crate toml to 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b36294d..90e7c7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ is-terminal = "0.4.7" log = "0.4" pulldown-cmark = "0.9" regex = "1.8.3" -toml = "0.7" +toml = "0.8" [dev-dependencies] snapbox = { version = "0.4.11", features = ["cmd", "path"] }