From 262f5e348ec9230d575d9a4401d973a23d661f87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 08:32:41 +0000 Subject: [PATCH] chore(deps): update tracing-opentelemetry requirement Updates the requirements on [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tracing-opentelemetry/releases) - [Changelog](https://github.com/tokio-rs/tracing-opentelemetry/blob/v0.1.x/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/tracing-opentelemetry/compare/v0.22.0...v0.24.0) --- updated-dependencies: - dependency-name: tracing-opentelemetry dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/bank-accounting/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bank-accounting/Cargo.toml b/examples/bank-accounting/Cargo.toml index e1fd53e0..6a126696 100644 --- a/examples/bank-accounting/Cargo.toml +++ b/examples/bank-accounting/Cargo.toml @@ -27,7 +27,7 @@ tonic-health = "0.11.0" tonic-reflection = "0.11.0" tower = "0.4.13" tracing = "0.1.40" -tracing-opentelemetry = "0.22.0" +tracing-opentelemetry = "0.24.0" tracing-subscriber = { version = "0.3.18", features = [ "fmt", "std",