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]