From ead54ca7aefd1fda0de78b9a559c6618c2710ee9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 11:27:04 +0000 Subject: [PATCH] fix(deps): update rust crate toml to 0.8.0 --- app/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Cargo.toml b/app/Cargo.toml index 6597a12..b7fb17d 100644 --- a/app/Cargo.toml +++ b/app/Cargo.toml @@ -34,7 +34,7 @@ clap = "4.2.5" owo-colors = "3.5.0" palette = "0.7.1" rand = "0.8.5" -toml = "0.7.3" +toml = "0.8.0" directories = "5.0.0" [dependencies.diesel]