From 50bcaafc7848b9a88ec6f99f8337d98bd2cd6c67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:37:26 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to ^0.12.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ac0843..66f8974 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.3" features = ["json", "multipart"] [dev-dependencies]