From 27b8553076be76b325cb85f35898d2c0432b87a8 Mon Sep 17 00:00:00 2001 From: benwis Date: Mon, 9 Jan 2023 23:46:07 -0800 Subject: [PATCH] Remove a couple extra deps from the axum integration --- integrations/axum/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/integrations/axum/Cargo.toml b/integrations/axum/Cargo.toml index 0aeb82a..52de824 100644 --- a/integrations/axum/Cargo.toml +++ b/integrations/axum/Cargo.toml @@ -9,11 +9,9 @@ description = "Axum integrations for the Leptos web framework." [dependencies] axum = { version = "0.6", features = ["macros"] } -derive_builder = "0.12.0" futures = "0.3" http = "0.2.8" hyper = "0.14.23" -kdl = "4.6.0" leptos = { workspace = true, features = ["ssr"] } leptos_meta = { workspace = true, features = ["ssr"] } leptos_router = { workspace = true, features = ["ssr"] }