diff options
Diffstat (limited to 'askama_axum/Cargo.toml')
-rw-r--r-- | askama_axum/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
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 } |