From d9298988ac32be6f00c87e5ce7b1f33f40bbc4f8 Mon Sep 17 00:00:00 2001 From: "Aode (Lion)" Date: Tue, 23 Nov 2021 12:32:00 -0600 Subject: [PATCH] Fix tracing-actix-web version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 71036fe..2660f61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ url = { version = "2.2", features = ["serde"] } uuid = { version = "0.8.2", features = ["v4", "serde"] } [dependencies.tracing-actix-web] -version = "0.5.0-alpha.2" +version = "0.5.0-beta.2" default-features = false features = ["emit_event_on_error", "opentelemetry_0_16"] git = "https://github.com/caizixian/tracing-actix-web"