Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 36 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions active-matches-scraper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ edition = "2024"
clickhouse = { version = "0.14.2", features = ["time"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_repr = "0.1.20"
tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.50.0", features = ["rt-multi-thread", "macros"] }
reqwest = { version = "0.13.2", features = ["json"] }
delay_map = "0.4.1"
metrics = "0.24.3"
tracing = "0.1.44"
common = { version = "0.1.0", path = "../common" }
anyhow = "1.0.101"
anyhow = "1.0.102"
4 changes: 2 additions & 2 deletions builds-fetcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ edition = "2024"
[dependencies]
reqwest = { version = "0.13.2", features = ["json"] }
sqlx = { version = "0.8.6", features = ["macros", "postgres", "runtime-tokio", "time"] }
tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros"] }
anyhow = "1.0.101"
tokio = { version = "1.50.0", features = ["rt-multi-thread", "macros"] }
anyhow = "1.0.102"
itertools = "0.14.0"
serde_json = "1.0.149"
valveprotos = { git = "https://github.com/deadlock-api/valveprotos-rs.git", rev = "bec6cd7d8b6bd2a10fc80d6df38637a37fd920e1", features = ["gc-client", "serde"] }
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metrics = "0.24.3"
tracing = "0.1.44"
clickhouse = "0.14.2"
object_store = { version = "0.13.1", features = ["aws"] }
anyhow = "1.0.101"
anyhow = "1.0.102"
sqlx = { version = "0.8.6", features = ["macros", "postgres", "runtime-tokio", "time"] }
fred = { version = "10.1.0", features = ["i-hexpire"] }
metrics-exporter-prometheus = "0.18"
Expand Down
6 changes: 3 additions & 3 deletions history-fetcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ version = "0.1.0"
edition = "2024"

[dependencies]
anyhow = "1.0.101"
anyhow = "1.0.102"
clickhouse = "0.14.2"
common = { version = "0.1.0", path = "../common" }
tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.50.0", features = ["rt-multi-thread", "macros"] }
reqwest = "0.13.2"
valveprotos = { git = "https://github.com/deadlock-api/valveprotos-rs.git", rev = "bec6cd7d8b6bd2a10fc80d6df38637a37fd920e1", features = ["gc-client", "serde"] }
metrics = "0.24.3"
tracing = "0.1.44"
serde = { version = "1.0.228", features = ["derive"] }
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio"] }
futures = "0.3.31"
futures = "0.3.32"
10 changes: 5 additions & 5 deletions hltv-scraper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@ version = "0.1.0"
edition = "2024"

[dependencies]
anyhow = "1.0.101"
anyhow = "1.0.102"
axum = "0.8.8"
base64 = "0.22.1"
cached = { version = "0.56", features = ["async", "async_tokio_rt_multi_thread"] }
clap = { version = "4.5.57", features = ["derive", "env"] }
clap = { version = "4.5.60", features = ["derive", "env"] }
dashmap = "6.1.0"
fred = { version = "10.1.0", features = ["i-hexpire"] }
haste = { git = "https://github.com/deadlock-api/haste.git", rev = "8bba1c3106624b5c5c6dbd1c04ac9a68647612f3" }
itertools = "0.14.0"
jiff = { version = "0.2.19", features = ["serde"] }
jiff = { version = "0.2.23", features = ["serde"] }
lru = "0.16.3"
metrics = "0.24.3"
object_store = { version = "0.13.1", features = ["aws"] }
prost = "0.14.3"
reqwest = { version = "0.13.2", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.50.0", features = ["rt-multi-thread", "macros"] }
tracing = "0.1.44"
valveprotos = { git = "https://github.com/deadlock-api/valveprotos-rs.git", rev = "bec6cd7d8b6bd2a10fc80d6df38637a37fd920e1", features = ["user-msgs"] }
thiserror = "2.0.18"
async-compression = { version = "0.4.39", features = ["tokio", "bzip2", "zstd"] }
async-compression = { version = "0.4.41", features = ["tokio", "bzip2", "zstd"] }
common = { version = "0.1.0", path = "../common" }
8 changes: 4 additions & 4 deletions ingest-worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ version = "0.1.0"
edition = "2024"

[dependencies]
async-compression = { version = "0.4.39", features = ["tokio", "bzip2"] }
async-compression = { version = "0.4.41", features = ["tokio", "bzip2"] }
clickhouse = { version = "0.14.2", features = ["test-util", "time"] }
futures = "0.3.31"
futures = "0.3.32"
prost = "0.14.3"
object_store = { version = "0.13.1", features = ["aws"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_repr = "0.1.20"
tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.50.0", features = ["rt-multi-thread", "macros"] }
valveprotos = { git = "https://github.com/deadlock-api/valveprotos-rs.git", rev = "bec6cd7d8b6bd2a10fc80d6df38637a37fd920e1", features = ["gc-client"] }
metrics = "0.24.3"
tracing = "0.1.44"
tryhard = "0.5.2"
common = { version = "0.1.0", path = "../common" }
anyhow = "1.0.101"
anyhow = "1.0.102"
6 changes: 3 additions & 3 deletions matchdata-downloader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ edition = "2024"
[dependencies]
cached = { version = "0.56.0", features = ["async", "tokio"] }
clickhouse = { version = "0.14.2", features = ["time", "test-util"] }
futures = "0.3.31"
futures = "0.3.32"
reqwest = { version = "0.13.2", features = ["stream"] }
serde = { version = "1.0.228", features = ["derive"] }
tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.50.0", features = ["rt-multi-thread", "macros"] }
tokio-util = { version = "0.7.18", features = ["io"] }
metrics = "0.24.3"
tracing = "0.1.44"
anyhow = "1.0.101"
anyhow = "1.0.102"
object_store = { version = "0.13.1", features = ["aws"] }
common = { version = "0.1.0", path = "../common" }
6 changes: 3 additions & 3 deletions salt-scraper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ edition = "2024"
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
valveprotos = { git = "https://github.com/deadlock-api/valveprotos-rs.git", rev = "bec6cd7d8b6bd2a10fc80d6df38637a37fd920e1", features = ["gc-client"] }
tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.50.0", features = ["rt-multi-thread", "macros"] }
metrics = "0.24.3"
tracing = "0.1.44"
clickhouse = "0.14.2"
tryhard = "0.5.2"
anyhow = "1.0.101"
anyhow = "1.0.102"
common = { version = "0.1.0", path = "../common" }
futures = "0.3.31"
futures = "0.3.32"
reqwest = "0.13.2"
4 changes: 2 additions & 2 deletions steam-profile-fetcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.101"
anyhow = "1.0.102"
clickhouse = "0.14.2"
common = { path = "../common" }
itertools = "0.14.0"
Expand All @@ -13,7 +13,7 @@ rand = "0.10.0"
reqwest = { version = "0.13.2", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_repr = "0.1.20"
tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.50.0", features = ["rt-multi-thread", "macros"] }
tracing = "0.1.44"
cached = { version = "0.56.0", features = ["async", "tokio"] }
sqlx = { version = "0.8.6", features = ["macros", "postgres", "runtime-tokio"] }
4 changes: 2 additions & 2 deletions update-assets-tables/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ version = "0.1.0"
edition = "2024"

[dependencies]
anyhow = "1.0.101"
anyhow = "1.0.102"
clickhouse = "0.14.2"
common = { version = "0.1.0", path = "../common" }
metrics = "0.24.3"
reqwest = { version = "0.13.2", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_repr = "0.1.20"
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.44"