From 72bb25ce2f9a1a5dfdb0eff771df7cd12d464fe9 Mon Sep 17 00:00:00 2001 From: Renovate Bot <ed+renovatebot@trujillo.io> Date: Tue, 25 Mar 2025 21:04:27 +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 2096c29..c413bd4 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.5" -- GitLab