Skip to content

Commit

Permalink
Integrations - Removed module hyper.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfrances107 committed Nov 23, 2023
1 parent 317350f commit cb6bdfb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion integrations/axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ axum = { version = "0.6", default-features = false, features = [
] }
futures = "0.3"
http = "0.2.8"
hyper = "~1"
leptos = { workspace = true, features = ["ssr"] }
leptos_meta = { workspace = true, features = ["ssr"] }
leptos_router = { workspace = true, features = ["ssr"] }
Expand Down
1 change: 0 additions & 1 deletion integrations/viz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ description = "Viz integrations for the Leptos web framework."
viz = { version = "0.4.8" }
futures = "0.3"
http = "0.2.8"
hyper = "~1"
leptos = { workspace = true, features = ["ssr"] }
leptos_meta = { workspace = true, features = ["ssr"] }
leptos_router = { workspace = true, features = ["ssr"] }
Expand Down

0 comments on commit cb6bdfb

Please sign in to comment.