Skip to content

Commit

Permalink
Merge pull request #28 from sebt3/dependabot/cargo/operator/opentelem…
Browse files Browse the repository at this point in the history
…etry-0.24.0

Update opentelemetry requirement from 0.18.0 to 0.24.0 in /operator
  • Loading branch information
sebt3 authored Aug 30, 2024
2 parents 50c2ae1 + e2ccb8c commit f23d663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ chrono = { version = "0.4.23", features = ["serde"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["json", "env-filter"] }
tracing-opentelemetry = "0.18.0"
opentelemetry = { version = "0.18.0", features = ["trace", "rt-tokio"] }
opentelemetry = { version = "0.24.0", features = ["trace", "rt-tokio"] }
opentelemetry-otlp = { version = "0.11.0", features = ["tokio"], optional = true }
tonic = { version = "0.8.3", optional = true }
thiserror = "1.0.37"
Expand Down

0 comments on commit f23d663

Please sign in to comment.