From dd053b8c394d8089642c8f2696340b3e11ae77dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 16:41:01 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a707083..b84f4f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ rayon = "1.10" thiserror = "2.0.12" once_cell = "1" # HTTP client for link checking -reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false } +reqwest = { version = "0.13", features = ["json", "rustls-tls"], default-features = false } url = "2.5" [dev-dependencies]