You've already forked comprehensive-rust
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:
@ -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"] }
|
||||
|
@ -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]
|
||||
|
Reference in New Issue
Block a user