Update to Axum 0.8
This commit is contained in:
parent
975d1ceee2
commit
e355800f98
20 changed files with 1377 additions and 1199 deletions
|
|
@ -1,5 +1,4 @@
|
|||
use axum::{
|
||||
async_trait,
|
||||
body::Bytes,
|
||||
extract::{FromRequest, Request},
|
||||
http::{header, StatusCode},
|
||||
|
|
@ -11,7 +10,6 @@ use crate::ron_utils;
|
|||
|
||||
pub struct ExtractRon<T: DeserializeOwned>(pub T);
|
||||
|
||||
#[async_trait]
|
||||
impl<S, T> FromRequest<S> for ExtractRon<T>
|
||||
where
|
||||
S: Send + Sync,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue