From 7c6200623263b4b37933301ebc01b18b1dbc996f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:11:07 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to ^0.12.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ac0843..d689c82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ serde_json = "^1.0" url = "^2.2" uuid = { version = "^1.0", features = ["serde"] } [dependencies.reqwest] -version = "^0.11" +version = "^0.12.2" features = ["json", "multipart"] [dev-dependencies]