chore(deps): remove unused http-body-util and tower-http dependencies
This commit is contained in:
parent
d1c9cea683
commit
36055f99fa
@ -21,7 +21,6 @@ tracing-subscriber = { version = "0.3", optional = true }
|
|||||||
rand = { version = "0.8", features = ["getrandom"], optional = true }
|
rand = { version = "0.8", features = ["getrandom"], optional = true }
|
||||||
http = { version = "1", optional = true }
|
http = { version = "1", optional = true }
|
||||||
axum = { version = "0.8", optional = true, features = ["multipart"] }
|
axum = { version = "0.8", optional = true, features = ["multipart"] }
|
||||||
http-body-util = { version = "0.1", optional = true }
|
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
sha2 = { version = "0.10", optional = true }
|
sha2 = { version = "0.10", optional = true }
|
||||||
hex = { version = "0.4", optional = true }
|
hex = { version = "0.4", optional = true }
|
||||||
@ -72,7 +71,6 @@ server = [
|
|||||||
"dep:dotenvy",
|
"dep:dotenvy",
|
||||||
"dep:tracing",
|
"dep:tracing",
|
||||||
"dep:tracing-subscriber",
|
"dep:tracing-subscriber",
|
||||||
"dep:http-body-util",
|
|
||||||
"dep:lol_html",
|
"dep:lol_html",
|
||||||
"dep:syntect",
|
"dep:syntect",
|
||||||
"dep:axum",
|
"dep:axum",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user