Update dependenies

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

BIN
Cargo.lock generated

Binary file not shown.

View file

@ -25,7 +25,7 @@ serde = "1.0"
serde_json = "1.0" serde_json = "1.0"
serde_derive = "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" futures = "0.3"
tokio = { version = "1.36", features = ["rt", "rt-multi-thread"] } tokio = { version = "1.36", features = ["rt", "rt-multi-thread"] }