chore: cargo fix
This commit is contained in:
parent
89df8c684b
commit
8092c07ee6
5 changed files with 16 additions and 31 deletions
|
@ -1,12 +1,9 @@
|
|||
use async_trait::async_trait;
|
||||
use base64::{Engine, prelude::BASE64_STANDARD};
|
||||
use http::request::Parts;
|
||||
use http_body_util::BodyExt;
|
||||
use hyper::{Method, StatusCode};
|
||||
use log::{debug, error, warn};
|
||||
use log::error;
|
||||
|
||||
use crate::{
|
||||
config::Client,
|
||||
db::Endpoint,
|
||||
matchers::api::ApiMatcher,
|
||||
server::{custom_resp, json_to_vec},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue