tree: upgrade axum: respond to cole-h feedback

This commit is contained in:
Cole Mickens 2024-08-09 11:00:11 -07:00
parent 1f386d2aac
commit cc01b81323
2 changed files with 0 additions and 2 deletions

View file

@ -13,7 +13,6 @@ axum = { version = "0.7.5", default-features = false, features = [
"http2",
"macros"
] }
# axum-macros = "0.3.7"
clap = { version = "4.2.7", default-features = false, features = [
"std",
"derive",

View file

@ -74,7 +74,6 @@ async fn get_narinfo(
pull_through(&state, &path)
}
#[axum::debug_handler]
async fn put_narinfo(
Extension(state): Extension<State>,
Path(path): Path<String>,