From 31254d7256943a53c1bad5b59401af45bd53a482 Mon Sep 17 00:00:00 2001 From: Renovate Bot <ed+renovatebot@trujillo.io> Date: Tue, 21 Jan 2025 03:41:39 +0000 Subject: [PATCH] fix(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 e082d00..ddb13e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] serde = "1.0" log = "0.4" -toml = "0.5" +toml = "0.8" thiserror = "1.0" clap = "3.1" pretty_env_logger = "0.4" -- GitLab