mirror of https://github.com/fafhrd91/actix-web
fmt
This commit is contained in:
parent
fa483757c0
commit
68313017f8
|
@ -18,7 +18,7 @@ use bytes::Bytes;
|
|||
use futures_core::ready;
|
||||
use log::{debug, warn};
|
||||
use regex::{Regex, RegexSet};
|
||||
use time::{OffsetDateTime, format_description::well_known::Rfc3339};
|
||||
use time::{format_description::well_known::Rfc3339, OffsetDateTime};
|
||||
|
||||
use crate::{
|
||||
dev::{BodySize, MessageBody},
|
||||
|
|
Loading…
Reference in New Issue