diff --git a/Cargo.lock b/Cargo.lock index 4543e86..14107af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3264,7 +3264,8 @@ dependencies = [ [[package]] name = "tracing-actix-web" version = "0.7.14" -source = "git+https://github.com/asonix/tracing-actix-web?branch=asonix/otel-0-26#377f66721b6ccda022323014f2817fab52d825b1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b87073920bcce23e9f5cb0d2671e9f01d6803bb5229c159b2f5ce6806d73ffc" dependencies = [ "actix-web", "mutually_exclusive_features", diff --git a/Cargo.toml b/Cargo.toml index cd8a1ea..dc25e61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,8 +94,6 @@ uuid = { version = "1.10.0", features = ["serde", "std", "v4", "v7"] } webpki-roots = "0.26.3" [dependencies.tracing-actix-web] -version = "0.7.11" +version = "0.7.14" default-features = false features = ["opentelemetry_0_26"] -git = "https://github.com/asonix/tracing-actix-web" -branch = "asonix/otel-0-26"