mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
build(deps): migrate usages of once_cell crate to standard library equivalents (#8030)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -133,7 +133,7 @@ pub(crate) mod diesel_impl {
|
||||
}
|
||||
|
||||
pub(crate) mod metrics {
|
||||
use router_env::{counter_metric, global_meter, histogram_metric_f64, once_cell};
|
||||
use router_env::{counter_metric, global_meter, histogram_metric_f64};
|
||||
|
||||
global_meter!(GLOBAL_METER, "ROUTER_API");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user