cargo updates

This commit is contained in:
Robin Appelman 2024-02-23 20:25:26 +01:00
commit cc3e6433fc
2 changed files with 253 additions and 264 deletions

502
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -5,20 +5,21 @@ edition = "2021"
rust-version = "1.67.0"
description = "Scraper for ugcleague.com"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/icewind1991/ugc-scaper"
[dependencies]
tokio = "1.34.0"
reqwest = "0.11.22"
tokio = "1.36.0"
reqwest = "0.11.24"
scraper = "0.18.1"
thiserror = "1.0.50"
time = { version = "0.3.30", features = ["parsing", "macros"] }
thiserror = "1.0.57"
time = { version = "0.3.34", features = ["parsing", "macros"] }
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]
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"
insta = { version = "1.34.0", features = ["json"] }
insta = { version = "1.35.1", features = ["json"] }
[profile.dev.package]
insta.opt-level = 3