From f9bd7a73dd49acc3e2eb349391874717069c98b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 19:33:29 +0000 Subject: [PATCH] fix(deps): update rust crate reqwest to ^0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ac0843..6e1a34c 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.13.0" features = ["json", "multipart"] [dev-dependencies]