Update dependencies and update to slqx 0.8

This commit is contained in:
Tobias Reisinger 2025-05-30 22:56:45 +02:00
parent 066e9f7bf8
commit faacdc8c83
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
54 changed files with 304 additions and 380 deletions

View file

@ -17,11 +17,11 @@ serde_with = "3.8"
simple_logger = "5.0"
log = "0.4"
config = "0.14"
config = "0.15"
chrono = { version = "0.4", features = ["serde"] }
sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio", "macros"] }
sqlx = { version = "0.8", features = ["sqlite", "runtime-tokio", "macros"] }
libsqlite3-sys = { version = "*", features = ["bundled"] }
uuid = { version = "1.8", features = ["v4"] }
futures = "0.3"