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]