diff --git a/Cargo.lock b/Cargo.lock index e20c72fa..52d8371e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4001,12 +4001,14 @@ dependencies = [ [[package]] name = "tracing-opentelemetry" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc09e402904a5261e42cf27aea09ccb7d5318c6717a9eec3d8e2e65c56b18f19" +checksum = "75327c6b667828ddc28f5e3f169036cb793c3f588d83bf0f262a7f062ffed3c8" dependencies = [ "once_cell", "opentelemetry", + "opentelemetry_sdk", + "smallvec 1.10.0", "tracing", "tracing-core", "tracing-log", diff --git a/Cargo.toml b/Cargo.toml index 058b82c9..6f259834 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ envoy-control-plane = { version = "0.4.0", features = ["grpc"] } tonic = "0.6.2" tracing = "0.1.37" tracing-log = "0.1.3" -tracing-opentelemetry = "0.20.0" +tracing-opentelemetry = "0.21.0" tracing-forest = { version = "0.1.5", features = ["tokio", "chrono", "uuid"] } tracing-appender = "0.2.2" tracing-futures = { version = "0.2.5", features = ["tokio"] }