From df8f47660475e8e5f4083fd24581c1555d386a89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:22:34 +0000 Subject: [PATCH] chore(deps): 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 90526a4..7252505 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ flate2 = "1.1.0" futures = "0.3.31" httpmock = "0.8.0" predicates = "3.1.3" -reqwest = { version = "0.12.14", default-features = false, features = ["json", "rustls-tls-native-roots"] } +reqwest = { version = "0.13.0", default-features = false, features = ["json", "rustls-tls-native-roots"] } rstest = "0.26.0" self-replace = "1.5.0" semver = "1.0.26"