mirror of
https://codeberg.org/icewind/log-normalizer.git
synced 2026-06-03 13:54:11 +02:00
sqlx update + clippy
This commit is contained in:
parent
7d7886d41b
commit
e1a4036b61
29 changed files with 1261 additions and 776 deletions
|
|
@ -9,10 +9,10 @@ name = "log-normalizer"
|
|||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
sqlx = { version = "0.6.0", default_features = false, features = ["macros", "postgres", "json", "chrono", "runtime-tokio-rustls", "offline"] }
|
||||
sqlx = { version = "0.7.3", default_features = false, features = ["macros", "postgres", "json", "chrono", "runtime-tokio-rustls"] }
|
||||
dotenv = "0.15.0"
|
||||
main_error = "0.1.2"
|
||||
tokio = { version = "1.20.0", features = ["macros", "time"] }
|
||||
tokio = { version = "1.20.0", features = ["macros", "time", "rt-multi-thread"] }
|
||||
serde = { version = "1.0.140", features = ["derive"] }
|
||||
serde_with = "3.6.1"
|
||||
serde_json = "1.0.82"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue