From 5def6917e4cbee2f374b5b1db17f44a0fd105d79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Jul 2025 20:08:15 +0000 Subject: [PATCH] Update Rust crate toml to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bdb0643..add1452 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,4 +17,4 @@ serenity = "0.12.4" thiserror = "2.0.11" tokio = { version = "1.43.0", features = ["full"] } tokio-console = "0.1.13" -toml = "0.8.20" +toml = "0.9.0"