1
0
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:
dependabot[bot]
2025-09-01 10:24:31 +01:00
committed by GitHub
parent 59d698c579
commit 6252183538
3 changed files with 97 additions and 102 deletions

View File

@@ -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"

View File

@@ -5,7 +5,7 @@ edition = "2024"
publish = false
[dependencies]
tempfile = "3.20.0"
tempfile = "3.21.0"
[[bin]]
name = "listdir"