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",