Update dependencies and update to slqx 0.8
This commit is contained in:
parent
066e9f7bf8
commit
faacdc8c83
54 changed files with 304 additions and 380 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue