1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-26 10:41:01 +02:00

cargo: bump the patch group with 3 updates (#2241)

Bumps the patch group with 3 updates:
[thiserror](https://github.com/dtolnay/thiserror),
[scraper](https://github.com/causal-agent/scraper) and
[tokio](https://github.com/tokio-rs/tokio).
This commit is contained in:
dependabot[bot]
2024-07-22 00:48:37 -04:00
committed by GitHub
parent bd169f393c
commit 0f7ab8fc7f
3 changed files with 14 additions and 42 deletions

View File

@ -6,5 +6,5 @@ edition = "2021"
[dependencies]
futures-util = { version = "0.3.30", features = ["sink"] }
http = "1.1.0"
tokio = { version = "1.38.0", features = ["full"] }
tokio = { version = "1.38.1", features = ["full"] }
tokio-websockets = { version = "0.8.3", features = ["client", "fastrand", "server", "sha1_smol"] }

View File

@ -14,8 +14,8 @@ path = "link-checker.rs"
[dependencies]
reqwest = { version = "0.12.5", features = ["blocking"] }
scraper = "0.19.0"
thiserror = "1.0.62"
scraper = "0.19.1"
thiserror = "1.0.63"
[dev-dependencies]
tempfile = "3.10.1"