mirror of
https://codeberg.org/icewind/log-normalizer.git
synced 2026-06-03 13:54:11 +02:00
bumb dependencies
This commit is contained in:
parent
506de3f06e
commit
87ff3a084b
6 changed files with 973 additions and 482 deletions
18
Cargo.toml
18
Cargo.toml
|
|
@ -9,16 +9,16 @@ name = "log-normalizer"
|
|||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
sqlx = { version = "0.3", default_features = false, features = ["macros", "postgres", "json", "runtime-tokio", "chrono"] }
|
||||
sqlx = { version = "0.5.11", default_features = false, features = ["macros", "postgres", "json", "chrono", "runtime-tokio-rustls", "offline"] }
|
||||
dotenv = "0.15.0"
|
||||
main_error = "0.1.0"
|
||||
tokio = { version = "0.2.13", features = ["macros", "time"] }
|
||||
reqwest = { version = "0.10.4", features = [] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
steamid-ng = "0.3.4"
|
||||
test-case = "1.0.0"
|
||||
main_error = "0.1.2"
|
||||
tokio = { version = "1.17.0", features = ["macros", "time"] }
|
||||
reqwest = { version = "0.11.10", features = [] }
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
serde_json = "1.0.79"
|
||||
chrono = { version = "0.4.19", features = ["serde"] }
|
||||
steamid-ng = "1.0.0"
|
||||
test-case = "2.0.2"
|
||||
tracing = "0.1.33"
|
||||
tracing-subscriber = "0.3.11"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue