From ba7b684bd15584c30dd32a90f33c5813c9757ab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 08:29:13 +0000 Subject: [PATCH] chore(deps): update opentelemetry_sdk requirement from 0.21.2 to 0.23.0 Updates the requirements on [opentelemetry_sdk](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.21.2...opentelemetry-0.23.0) --- updated-dependencies: - dependency-name: opentelemetry_sdk 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..dd88390e 100644 --- a/examples/bank-accounting/Cargo.toml +++ b/examples/bank-accounting/Cargo.toml @@ -16,7 +16,7 @@ eventually-macros = { path = "../../eventually-macros" } eventually-postgres = { path = "../../eventually-postgres" } opentelemetry = "0.21.0" opentelemetry-otlp = "0.14.0" -opentelemetry_sdk = { version = "0.21.2", features = ["rt-tokio"] } +opentelemetry_sdk = { version = "0.23.0", features = ["rt-tokio"] } prost = "0.12.3" rust_decimal = "1.34.3" sqlx = { version = "0.7.3", features = ["runtime-tokio-rustls", "postgres"] }