mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
cargo updates
This commit is contained in:
parent
7047938329
commit
cc3e6433fc
2 changed files with 253 additions and 264 deletions
502
Cargo.lock
generated
502
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
15
Cargo.toml
15
Cargo.toml
|
|
@ -5,20 +5,21 @@ edition = "2021"
|
||||||
rust-version = "1.67.0"
|
rust-version = "1.67.0"
|
||||||
description = "Scraper for ugcleague.com"
|
description = "Scraper for ugcleague.com"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
homepage = "https://github.com/icewind1991/ugc-scaper"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio = "1.34.0"
|
tokio = "1.36.0"
|
||||||
reqwest = "0.11.22"
|
reqwest = "0.11.24"
|
||||||
scraper = "0.18.1"
|
scraper = "0.18.1"
|
||||||
thiserror = "1.0.50"
|
thiserror = "1.0.57"
|
||||||
time = { version = "0.3.30", features = ["parsing", "macros"] }
|
time = { version = "0.3.34", features = ["parsing", "macros"] }
|
||||||
steamid-ng = "1.0.0"
|
steamid-ng = "1.0.0"
|
||||||
serde = { version = "1.0.192", features = ["derive"], optional = true }
|
serde = { version = "1.0.197", features = ["derive"], optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "rt"] }
|
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "rt"] }
|
||||||
main_error = "0.1.2"
|
main_error = "0.1.2"
|
||||||
insta = { version = "1.34.0", features = ["json"] }
|
insta = { version = "1.35.1", features = ["json"] }
|
||||||
|
|
||||||
[profile.dev.package]
|
[profile.dev.package]
|
||||||
insta.opt-level = 3
|
insta.opt-level = 3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue