From 2efbe1742c00388ff85cff8ffd370c548d4d9412 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 22 Aug 2025 07:48:06 -0700 Subject: [PATCH] Update reqwest to 0.12. Fixes #12. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 16837e3..ac6000e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ serde_json = "^1.0" url = "^2.2" [dependencies.reqwest] -version = "^0.11" +version = "^0.12" features = ["json", "multipart"] [dev-dependencies]