1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-08-19 06:55:37 +02:00

Update tracing-opentelemetry (#114)

This commit is contained in:
Riley
2023-09-28 16:45:58 -05:00
committed by GitHub
parent 7933926b0b
commit b44e8a5833
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ use tracing_opentelemetry_0_18_pkg as tracing_opentelemetry;
#[cfg(feature = "opentelemetry_0_19")]
use tracing_opentelemetry_0_19_pkg as tracing_opentelemetry;
#[cfg(feature = "opentelemetry_0_20")]
use tracing_opentelemetry_0_20_pkg as tracing_opentelemetry;
use tracing_opentelemetry_0_21_pkg as tracing_opentelemetry;
use opentelemetry::propagation::Extractor;