diff --git a/Cargo.lock b/Cargo.lock index 5291bab..1617673 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3035,8 +3035,9 @@ dependencies = [ [[package]] name = "tracing-actix-web" -version = "0.7.6" -source = "git+https://github.com/asonix/tracing-actix-web?branch=asonix/tracing-opentelemetry-021#0b337cc17fb88efc76d913751eee3ac66e4cd27f" +version = "0.7.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94982c2ad939d5d0bfd71c2f9b7ed273c72348485c72bb87bb4db6bd69df10cb" dependencies = [ "actix-web", "opentelemetry", diff --git a/Cargo.toml b/Cargo.toml index 79abb15..e71eae3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,8 +79,6 @@ url = { version = "2.2", features = ["serde"] } uuid = { version = "1", features = ["serde", "std", "v4", "v7"] } [dependencies.tracing-actix-web] -version = "0.7.5" +version = "0.7.7" default-features = false features = ["emit_event_on_error", "opentelemetry_0_20"] -git = "https://github.com/asonix/tracing-actix-web" -branch = "asonix/tracing-opentelemetry-021"