From d2010346621e899ed6c61b5a4f02ba8648e72a87 Mon Sep 17 00:00:00 2001 From: asonix Date: Fri, 23 Dec 2022 13:01:10 -0600 Subject: [PATCH] Bump tracing-actix-web --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4d07ad..33fc712 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2509,9 +2509,9 @@ dependencies = [ [[package]] name = "tracing-actix-web" -version = "0.6.2" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d725b8fa6ef307b3f4856913523337de45c47cc79271bafd7acfb39559e3a2da" +checksum = "d16c2a0c52b267d46ea9a46012a28b3513ce166c28eaeaa875829ed2f8debd19" dependencies = [ "actix-web", "opentelemetry", diff --git a/Cargo.toml b/Cargo.toml index 3b11b03..208b102 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ url = { version = "2.2", features = ["serde"] } uuid = { version = "1", features = ["v4", "serde"] } [dependencies.tracing-actix-web] -version = "0.6.1" +version = "0.7.1" default-features = false features = ["opentelemetry_0_18"]