aboutsummaryrefslogtreecommitdiff
path: root/src/controller/error.rs
diff options
context:
space:
mode:
authorJoris Guyonvarch2026-04-17 23:43:24 +0200
committerJoris Guyonvarch2026-04-17 23:43:24 +0200
commitb35589eb90f2e5ee5521964e64eb578e9eb99032 (patch)
tree7ccfc7e0ef37c8d30a017c302fdd2f70d4bc1db5 /src/controller/error.rs
parent648d073e1b8f4838f147c0520024bd453921a25c (diff)
Upgrade dependencies
Diffstat (limited to 'src/controller/error.rs')
-rw-r--r--src/controller/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller/error.rs b/src/controller/error.rs
index fb1375c..dc04421 100644
--- a/src/controller/error.rs
+++ b/src/controller/error.rs
@@ -1,7 +1,7 @@
use http_body_util::Full;
+use hyper::Response;
use hyper::body::Bytes;
use hyper::header::CACHE_CONTROL;
-use hyper::Response;
use std::collections::HashMap;
use crate::controller::utils;