From a9132fd6c78d0cc740686d5acc89267f5fa2fc7b Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 31 Mar 2022 22:40:45 +0200 Subject: Simplify the implementation of askama_axum --- askama_axum/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'askama_axum/Cargo.toml') diff --git a/askama_axum/Cargo.toml b/askama_axum/Cargo.toml index 283fd2a..834daf4 100644 --- a/askama_axum/Cargo.toml +++ b/askama_axum/Cargo.toml @@ -16,7 +16,6 @@ readme = "README.md" askama = { version = "0.11.0", path = "../askama", default-features = false, features = ["with-axum", "mime", "mime_guess"] } axum-core = "0.2" http = "0.2" -http-body = "0.4" [dev-dependencies] axum = { version = "0.5", default-features = false } -- cgit