You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-12-22 06:47:49 +02:00
cargo: bump the minor group with 2 updates (#2861)
Bumps the minor group with 2 updates: [scraper](https://github.com/causal-agent/scraper) and [tempfile](https://github.com/Stebalien/tempfile). 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,8 +14,8 @@ path = "link-checker.rs"
|
||||
|
||||
[dependencies]
|
||||
reqwest = { version = "0.12.22", features = ["blocking"] }
|
||||
scraper = "0.23.1"
|
||||
scraper = "0.24.0"
|
||||
thiserror = "2.0.12"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.20.0"
|
||||
tempfile = "3.21.0"
|
||||
|
||||
@@ -5,7 +5,7 @@ edition = "2024"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
tempfile = "3.20.0"
|
||||
tempfile = "3.21.0"
|
||||
|
||||
[[bin]]
|
||||
name = "listdir"
|
||||
|
||||
Reference in New Issue
Block a user