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