From 30151053feedc3cc9bd22e7e8780c0493d52daa3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 20:37:11 +0000 Subject: [PATCH] chore(deps): update rust crate reqwest to 0.12.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 96d77af..446ec7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ text = [] [dev-dependencies] futures = "0.3" hyper = "1" -reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "multipart"] } +reqwest = { version = "0.12.4", default-features = false, features = ["json", "stream", "multipart"] } tower = { version = "0.4", default-features = false, features = ["util", "make"] } tower-http = { version = "0.5", features = ["util", "map-response-body"] } tower-layer = "0.3"