From c9e445150abc36d46123d623c5dd2e2bad5fb0ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 12:37:54 +0000 Subject: [PATCH] fix(deps): update rust crate toml to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2bebb1..2c0716d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ tokio = { version = "1.49.0", features = [ "rt-multi-thread", "process", ] } -toml = "0.9.12" +toml = "1.0.0" base64 = "0.22.1" flate2 = "1.1.9" dialoguer = "0.12.0"