From 36055f99fab7002935480e705a54949fdafa3ab0 Mon Sep 17 00:00:00 2001 From: xfy Date: Wed, 17 Jun 2026 11:53:54 +0800 Subject: [PATCH] chore(deps): remove unused http-body-util and tower-http dependencies --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ef83d96..29773c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,6 @@ tracing-subscriber = { version = "0.3", optional = true } rand = { version = "0.8", features = ["getrandom"], optional = true } http = { version = "1", optional = true } axum = { version = "0.8", optional = true, features = ["multipart"] } -http-body-util = { version = "0.1", optional = true } serde_json = "1.0" sha2 = { version = "0.10", optional = true } hex = { version = "0.4", optional = true } @@ -72,7 +71,6 @@ server = [ "dep:dotenvy", "dep:tracing", "dep:tracing-subscriber", - "dep:http-body-util", "dep:lol_html", "dep:syntect", "dep:axum",