From c059da9d7310563c71bd7c8cdd0340a1b1e33849 Mon Sep 17 00:00:00 2001 From: Radical Date: Mon, 28 Apr 2025 23:47:49 +0200 Subject: [PATCH] build: change toml version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5b4c452..03eb2af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" actix-web = "4.10" serde = { version = "1.0.219", features = ["derive"] } sqlx = { version = "0.8", features = ["runtime-tokio", "tls-native-tls", "postgres"] } -toml = "0.8.21" +toml = "0.8" url = { version = "2.5.4", features = ["serde"] } [dependencies.tokio]