From d27f57a99482ebf516783edbd42c064dd059c9a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 22:39:23 +0000 Subject: [PATCH] fix(deps): update rust crate toml to v1 --- crates/fuuka-bot/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fuuka-bot/Cargo.toml b/crates/fuuka-bot/Cargo.toml index b421974..098ff2f 100644 --- a/crates/fuuka-bot/Cargo.toml +++ b/crates/fuuka-bot/Cargo.toml @@ -52,7 +52,7 @@ thiserror.workspace = true time = { version = "0.3.44", features = ["macros", "formatting"] } tl = "0.7.8" tokio = { version = "1.48.0", features = ["full"] } -toml = "0.9.12" +toml = "1.0.0" tower.workspace = true tower-http = { version = "0.6.8", features = [ "map-request-body",