You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-16 22:27:34 +02:00
cargo: bump the minor group with 2 updates (#1870)
Bumps the minor group with 2 updates: [scraper](https://github.com/causal-agent/scraper) and [tokio-websockets](https://github.com/Gelbpunkt/tokio-websockets). 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:
@ -14,7 +14,7 @@ path = "concurrency/link-checker.rs"
|
||||
|
||||
[dependencies]
|
||||
reqwest = { version = "0.11.24", features = ["blocking"] }
|
||||
scraper = "0.18.0"
|
||||
scraper = "0.19.0"
|
||||
thiserror = "1.0.57"
|
||||
|
||||
[dev-dependencies]
|
||||
|
@ -7,4 +7,4 @@ edition = "2021"
|
||||
futures-util = { version = "0.3.30", features = ["sink"] }
|
||||
http = "1.0.0"
|
||||
tokio = { version = "1.36.0", features = ["full"] }
|
||||
tokio-websockets = { version = "0.5.1", features = ["client", "fastrand", "server", "sha1_smol"] }
|
||||
tokio-websockets = { version = "0.7.0", features = ["client", "fastrand", "server", "sha1_smol"] }
|
||||
|
Reference in New Issue
Block a user