update dependencies

This commit is contained in:
Robin Appelman 2024-04-08 19:27:10 +02:00
commit c269a90332
5 changed files with 541 additions and 490 deletions

View file

@ -16,6 +16,7 @@ use warp::reject::Reject;
use warp::{Filter, Rejection};
#[derive(Debug)]
#[allow(dead_code)]
struct ReportRejection(Report);
impl From<Report> for ReportRejection {