From af7b804b419060fb17d7601b403d1d6d759d5455 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sun, 18 Jan 2026 04:42:41 +0000 Subject: [PATCH] fix(deps): update all dependencies --- crates/gitea_raw_client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/gitea_raw_client/Cargo.toml b/crates/gitea_raw_client/Cargo.toml index 6629773..6d01155 100644 --- a/crates/gitea_raw_client/Cargo.toml +++ b/crates/gitea_raw_client/Cargo.toml @@ -13,5 +13,5 @@ serde_json = "^1.0" url = "^2.5" uuid = { version = "^1.8", features = ["serde"] } [dependencies.reqwest] -version = "^0.12" +version = "^0.13.0" features = ["json", "multipart"]