Cargo toml file fixed chrono error

This commit is contained in:
LinlyBoi
2022-12-31 23:17:01 +02:00
parent d908755f45
commit 3581a7edef

View File

@@ -16,4 +16,4 @@ serde_json = "1"
sqlx = {version = "0.6", features = ["postgres", "json", "runtime-actix-rustls", "chrono", "decimal", "uuid", "offline"] } sqlx = {version = "0.6", features = ["postgres", "json", "runtime-actix-rustls", "chrono", "decimal", "uuid", "offline"] }
async-trait = "0.1.60" async-trait = "0.1.60"
actix-web = "4" actix-web = "4"
chrono = {features = ["serde"]} chrono = {version = "0.4.23", features = ["serde"]}