diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-10-18 11:54:43 +0400 |
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-10-18 11:54:43 +0400 |
| commit | cf84d9526027fd9a9fdd98b2d3b471d6655abe76 (patch) | |
| tree | ec898336fd8c69cd18f58b344a7144d9d50fff4e /webhook/src/handler/error.rs | |
| parent | b94b0552f81e667bec31352901bbc8c76f1b4216 (diff) | |
remove dependcy on libsodium (deprecated)
Diffstat (limited to 'webhook/src/handler/error.rs')
| -rw-r--r-- | webhook/src/handler/error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webhook/src/handler/error.rs b/webhook/src/handler/error.rs index ccec59f..f998b84 100644 --- a/webhook/src/handler/error.rs +++ b/webhook/src/handler/error.rs @@ -1,4 +1,4 @@ -use hyper::{Body, Error, Response, StatusCode}; +use hyper::{Body, Response, StatusCode}; pub struct WebhookError { pub code: StatusCode, |
