Skip to content

Commit

Permalink
chore: deps - otel-rust-semantic-conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Oct 15, 2024
1 parent 1f4611f commit 9eaf6c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modoh-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ opentelemetry_sdk = { version = "0.26.0", features = [
], optional = true }
opentelemetry-stdout = { version = "0.26.0", optional = true }
opentelemetry-otlp = { version = "0.26.0", optional = true }
opentelemetry-semantic-conventions = { version = "0.25.0", optional = true }
opentelemetry-semantic-conventions = { version = "0.26.0", optional = true, features = [
"semconv_experimental",
] }

# add random otel service id whenever restarting
uuid = { version = "1.10.0", default-features = false, features = [
Expand Down

0 comments on commit 9eaf6c6

Please sign in to comment.