1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-02 05:04:29 +02:00

cargo: bump the minor group with 3 updates (#2534)

Bumps the minor group with 3 updates:
[tokio](https://github.com/tokio-rs/tokio),
[scraper](https://github.com/causal-agent/scraper) and
[http](https://github.com/hyperium/http).

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-01-02 08:52:58 +00:00
committed by GitHub
parent d4cc29ff0e
commit 8173e5fd74
4 changed files with 24 additions and 58 deletions

View File

@ -5,6 +5,6 @@ edition = "2021"
[dependencies]
futures-util = { version = "0.3.31", features = ["sink"] }
http = "1.1.0"
tokio = { version = "1.41.1", features = ["full"] }
http = "1.2.0"
tokio = { version = "1.42.0", features = ["full"] }
tokio-websockets = { version = "0.10.1", features = ["client", "fastrand", "server", "sha1_smol"] }

View File

@ -14,7 +14,7 @@ path = "link-checker.rs"
[dependencies]
reqwest = { version = "0.12.12", features = ["blocking"] }
scraper = "0.21.0"
scraper = "0.22.0"
thiserror = "2.0.9"
[dev-dependencies]