diff options
| author | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2023-07-05 07:18:34 +0000 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2023-07-05 07:18:34 +0000 |
| commit | f794c183967893a6585323b299e875fab604e39e (patch) | |
| tree | f04b3caae958ffb42625c5a97465673c5dfff06c /exes/rest/src/handler.rs | |
| parent | e79034a44d6a747cac94e1d425bc200341e40f98 (diff) | |
bump all dependenciesHEADupdate/2025main
Diffstat (limited to 'exes/rest/src/handler.rs')
| -rw-r--r-- | exes/rest/src/handler.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exes/rest/src/handler.rs b/exes/rest/src/handler.rs index c80132f..cd867fe 100644 --- a/exes/rest/src/handler.rs +++ b/exes/rest/src/handler.rs @@ -18,7 +18,7 @@ use std::{ sync::Arc, time::SystemTime, }; -use tracing::{debug_span, error, info_span, log::trace, Instrument}; +use tracing::{debug_span, error, info_span, trace, Instrument}; use twilight_http_ratelimiting::{Method, Path}; use crate::{config::ReverseProxy, ratelimit_client::RemoteRatelimiter}; |
