chore: bump hyper to 1.1.0

This commit is contained in:
Sandro Eiler 2023-12-23 14:10:35 +01:00
parent e1e544267d
commit 8f0a25c521
3 changed files with 7 additions and 7 deletions

View file

@ -5,7 +5,6 @@ use axum::response::{Html, IntoResponse, Response};
use axum::routing::{get, get_service, post, IntoMakeService};
use axum::serve::Serve;
use axum::{middleware, Json, Router};
use hyper::server::conn::AddrIncoming;
use serde::Deserialize;
use serde_json::{json, Value};
use std::net::SocketAddr;