build: change toml version

This commit is contained in:
Radical 2025-04-28 23:47:49 +02:00
parent 5881b5f058
commit c059da9d73

View file

@ -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]