From fa51247770e74f7fc91a98704de30b3686e8e271 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 09:54:58 +0000 Subject: [PATCH] fix(deps): update all Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 35952e7..14b19fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ rustls-platform-verifier = { version = "0.6.2", optional = true } rustls = { version = "0.23.35", default-features = false } markdown = "1.0.0" # Downloader dependencies -reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "stream", "json"] } +reqwest = { version = "0.13", default-features = false, features = ["rustls-tls", "stream", "json"] } uuid = { version = "1.11", features = ["v4", "serde"] } parking_lot = "0.12" futures = "0.3"