From 35a913878f61a0ef72d27695a0ef013a66927248 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:57:22 +0000 Subject: [PATCH] chore(deps): update rust crate reqwest to 0.12.3 --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 9b5d8f81..fe07ce2f 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -39,7 +39,7 @@ anyhow = "1.0.75" thiserror = "1.0.50" [dev-dependencies] -reqwest = "0.11.18" +reqwest = "0.12.3" bytes = "1.3.0" tokio = { version = "1.22.0", features = ["rt", "macros"] } once_cell = "1.16.0"