From 2f53dc7029d326a40706b04ad355736953b4dab7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:43:23 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63acf70..c656195 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,6 @@ personnummer = "3.1.1" regex = "1" [dev-dependencies] -reqwest = {version = "0.11.24", features = ["blocking", "json"]} +reqwest = {version = "0.12.3", features = ["blocking", "json"]} serde = {version = "1.0", features = ["derive"]} serde_json = "1.0"