From 99290c8f0879afed09fcc6736e878172494aff33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 13:00:46 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest-middleware to 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ee5d9b070..547a668a9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ once_cell = "1.19.0" clap = { version = "4.5.4", features = ["derive"] } colored = "2.1.0" regex = "1.10.4" -reqwest-middleware = "0.2.5" +reqwest-middleware = "0.4.0" async-trait = "0.1.80" serde_path_to_error = "0.1.16" cache_control = "0.2.0"