mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +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:
@ -1,7 +1,7 @@
|
||||
#[inline]
|
||||
pub async fn record_operation_time<F, R, T>(
|
||||
future: F,
|
||||
metric: &once_cell::sync::Lazy<router_env::opentelemetry::metrics::Histogram<f64>>,
|
||||
metric: &router_env::opentelemetry::metrics::Histogram<f64>,
|
||||
metric_name: &T,
|
||||
source: &crate::AnalyticsProvider,
|
||||
) -> R
|
||||
|
||||
Reference in New Issue
Block a user