Update dependenies

This commit is contained in:
Tobias Reisinger 2024-05-03 13:32:03 +02:00
commit bc47ca1b67
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 120 additions and 53 deletions

View file

@ -25,7 +25,7 @@ serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio", "macros", "chrono"] }
sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio", "macros"] }
futures = "0.3"
tokio = { version = "1.36", features = ["rt", "rt-multi-thread"] }