server cargo updates

This commit is contained in:
Robin Appelman 2024-02-23 20:33:39 +01:00
commit 781bd03ad2
3 changed files with 161 additions and 29 deletions

View file

@ -4,11 +4,11 @@ version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "rt"] }
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "rt", "signal"] }
main_error = "0.1.2"
#ugc-scraper = { path = "../", version = "*" }
ugc-scraper = "0.3.2"
axum = "0.6.20"
axum = "0.7.4"
steamid-ng = "1.0.0"
thiserror = "1.0.50"
tracing = "0.1.40"