From 84d8c2b92e120552f353c667a029955500b4dc89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 16:08:29 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to ^0.11.16 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ac0843..caae4e5 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.11.16" features = ["json", "multipart"] [dev-dependencies]