You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-16 06:10:26 +02:00
cargo: bump the patch group with 4 updates (#2016)
Updates `serde` from 1.0.197 to 1.0.198 Updates `serde_json` from 1.0.115 to 1.0.116 Updates `thiserror` from 1.0.58 to 1.0.59 Updates `reqwest` from 0.12.3 to 0.12.4 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:
@ -13,9 +13,9 @@ name = "link-checker"
|
||||
path = "concurrency/link-checker.rs"
|
||||
|
||||
[dependencies]
|
||||
reqwest = { version = "0.12.3", features = ["blocking"] }
|
||||
reqwest = { version = "0.12.4", features = ["blocking"] }
|
||||
scraper = "0.19.0"
|
||||
thiserror = "1.0.58"
|
||||
thiserror = "1.0.59"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.10.1"
|
||||
|
Reference in New Issue
Block a user