diff options
| author | Joris Guyonvarch | 2026-04-17 23:43:24 +0200 |
|---|---|---|
| committer | Joris Guyonvarch | 2026-04-17 23:43:24 +0200 |
| commit | b35589eb90f2e5ee5521964e64eb578e9eb99032 (patch) | |
| tree | 7ccfc7e0ef37c8d30a017c302fdd2f70d4bc1db5 /src/controller/payments.rs | |
| parent | 648d073e1b8f4838f147c0520024bd453921a25c (diff) | |
Upgrade dependencies
Diffstat (limited to 'src/controller/payments.rs')
| -rw-r--r-- | src/controller/payments.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller/payments.rs b/src/controller/payments.rs index 3fa85a5..554f61a 100644 --- a/src/controller/payments.rs +++ b/src/controller/payments.rs @@ -1,7 +1,7 @@ use http_body_util::Full; +use hyper::Response; use hyper::body::Bytes; use hyper::header::CONTENT_TYPE; -use hyper::Response; use std::collections::HashMap; use crate::controller::utils; |
