mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
fix teams with no timezone
This commit is contained in:
parent
14faa36a12
commit
1a997aef36
9 changed files with 3043 additions and 13 deletions
4
api-server/Cargo.lock
generated
4
api-server/Cargo.lock
generated
|
|
@ -1742,9 +1742,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ugc-scraper"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1128dc71e95e4888137a818c8f0bb091f42fe5a024e0ee0d8ea651185415e403"
|
||||
checksum = "910dd93cead2cdb81f3a4f7c8e728353c01a22101f10e717f56dc2a8c1ef81f3"
|
||||
dependencies = [
|
||||
"reqwest",
|
||||
"scraper",
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ edition = "2021"
|
|||
[dependencies]
|
||||
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "rt"] }
|
||||
main_error = "0.1.2"
|
||||
#ugc-scraper = { path = "../", version = "0.2.2" }
|
||||
ugc-scraper = "0.2.2"
|
||||
#ugc-scraper = { path = "../", version = "0.2.3" }
|
||||
ugc-scraper = "0.2.3"
|
||||
axum = "0.6.20"
|
||||
steamid-ng = "1.0.0"
|
||||
thiserror = "1.0.50"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue