From f4c350dbe67bd95c5fd588979f4fbfdbf69e963f Mon Sep 17 00:00:00 2001 From: C0D3 M4513R <28912031+C0D3-M4513R@users.noreply.github.com> Date: Thu, 30 May 2024 15:15:45 +0200 Subject: [PATCH] Apply Changes --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1099bfb..c6a36ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ serde_json = "^1.0" url = "^2.2" uuid = { version = "^1.0", features = ["serde"] } [dependencies.reqwest] -version = "^0.11" +version = "0.12" features = ["json", "cookies", "multipart"] [dev-dependencies]