Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Dec 8, 2023
1 parent c15fca0 commit 965e265
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/kitsune-http-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition.workspace = true
bytes = "1.5.0"
futures-core = "0.3.29"
headers = "0.3.9"
http-body = "0.4.5"
http-body = "0.4.6"
hyper = { version = "0.14.27", features = [
"client",
"deprecated",
Expand Down
1 change: 0 additions & 1 deletion kitsune/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ utoipa-swagger-ui = { version = "4.0.0", features = ["axum"] }

# --- Optional dependencies ---


# "graphql" feature
async-graphql = { version = "6.0.11", default-features = false, features = [
"playground",
Expand Down
3 changes: 1 addition & 2 deletions kitsune/src/http/handler/public.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
use std::borrow::Cow;

use axum::{extract::Path, routing, Router, TypedHeader};
use axum_extra::either::Either;
use headers::ContentType;
use http::StatusCode;
use rust_embed::RustEmbed;
use std::borrow::Cow;

#[derive(RustEmbed)]
#[folder = "assets"]
Expand Down

0 comments on commit 965e265

Please sign in to comment.