From 6d7709b63e9d0b69e701d845e3eced94add0963b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 06:41:48 +0000 Subject: [PATCH] fix(deps): update rust crate toml to 0.9.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4c6f65..2cf5687 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ tokio = { version = "1.47.1", features = [ "rt-multi-thread", "process", ] } -toml = "0.9.7" +toml = "0.9.11" base64 = "0.22.1" flate2 = "1.1.5" dialoguer = "0.11"