From 3af8db7a7a7b0879cc4b8404d695752d83547fee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 08:02:14 +0000 Subject: [PATCH] chore(deps): update opentelemetry-otlp requirement from 0.14.0 to 0.15.0 Updates the requirements on [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) to permit the latest version. - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](https://github.com/open-telemetry/opentelemetry-rust/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: opentelemetry-otlp 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..a696db08 100644 --- a/examples/bank-accounting/Cargo.toml +++ b/examples/bank-accounting/Cargo.toml @@ -15,7 +15,7 @@ eventually = { path = "../../eventually", features = [ eventually-macros = { path = "../../eventually-macros" } eventually-postgres = { path = "../../eventually-postgres" } opentelemetry = "0.21.0" -opentelemetry-otlp = "0.14.0" +opentelemetry-otlp = "0.15.0" opentelemetry_sdk = { version = "0.21.2", features = ["rt-tokio"] } prost = "0.12.3" rust_decimal = "1.34.3"