From b18384d1e6559322b4b9c1edbbccdfaf7f7acf03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 16:35:22 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c656195..5223b70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,6 @@ personnummer = "3.1.1" regex = "1" [dev-dependencies] -reqwest = {version = "0.12.3", features = ["blocking", "json"]} +reqwest = {version = "0.13.0", features = ["blocking", "json"]} serde = {version = "1.0", features = ["derive"]} serde_json = "1.0"