Skip to content

Commit 9abdfcc

Browse files
chore(deps): update opentelemetry-otlp requirement from 0.14.0 to 0.29.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](open-telemetry/opentelemetry-rust@opentelemetry-otlp-0.14.0...opentelemetry-otlp-0.29.0) --- updated-dependencies: - dependency-name: opentelemetry-otlp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8c735e commit 9abdfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bank-accounting/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ eventually = { path = "../../eventually", features = [
1515
eventually-macros = { path = "../../eventually-macros" }
1616
eventually-postgres = { path = "../../eventually-postgres" }
1717
opentelemetry = "0.21.0"
18-
opentelemetry-otlp = "0.14.0"
18+
opentelemetry-otlp = "0.29.0"
1919
opentelemetry_sdk = { version = "0.21.2", features = ["rt-tokio"] }
2020
prost = "0.13.5"
2121
rust_decimal = "1.34.3"

0 commit comments

Comments
 (0)