mirror of
https://codeberg.org/icewind/log-normalizer.git
synced 2026-06-03 13:54:11 +02:00
updates
This commit is contained in:
parent
e1a4036b61
commit
d1d0a24aa3
3 changed files with 285 additions and 312 deletions
16
Cargo.toml
16
Cargo.toml
|
|
@ -10,18 +10,18 @@ path = "src/main.rs"
|
|||
|
||||
[dependencies]
|
||||
sqlx = { version = "0.7.3", default_features = false, features = ["macros", "postgres", "json", "chrono", "runtime-tokio-rustls"] }
|
||||
dotenv = "0.15.0"
|
||||
dotenvy = "0.15.7"
|
||||
main_error = "0.1.2"
|
||||
tokio = { version = "1.20.0", features = ["macros", "time", "rt-multi-thread"] }
|
||||
serde = { version = "1.0.140", features = ["derive"] }
|
||||
tokio = { version = "1.36.0", features = ["macros", "time", "rt-multi-thread"] }
|
||||
serde = { version = "1.0.196", features = ["derive"] }
|
||||
serde_with = "3.6.1"
|
||||
serde_json = "1.0.82"
|
||||
chrono = { version = "0.4.19", features = ["serde"] }
|
||||
serde_json = "1.0.113"
|
||||
chrono = { version = "0.4.33", features = ["serde"] }
|
||||
steamid-ng = "1.0.0"
|
||||
tracing = "0.1.35"
|
||||
tracing-subscriber = "0.3.15"
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = "0.3.18"
|
||||
anyhow = "1.0.79"
|
||||
|
||||
[dev-dependencies]
|
||||
insta = { version = "1.34.0", features = ["ron"] }
|
||||
test-case = "3.3.1"
|
||||
test-case = "3.3.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue