automatic cargo CI changes

This commit is contained in:
PlexSheep 2024-09-08 00:30:49 +00:00 committed by github-actions[bot]
parent f945eea904
commit ac4e15ac13
1 changed files with 0 additions and 11 deletions

View File

@ -1,24 +1,13 @@
use std::fmt::Display;
use std::sync::Arc;
use anyhow::Result;
use libpt::log::error;
use libpt::log::info;
use libpt::log::tracing;
use libpt::log::warn;
use minijinja::context;
use minijinja::Environment;
use thiserror::Error;
use warp::http::StatusCode;
use warp::reject;
use warp::reject::Rejection;
use warp::reply::Reply;
use warp::reply::Response;
use warp::Filter;
use crate::config::Config;
use crate::vault::VaultRef;
use super::errors::TemplateError;
use super::Service;