Skip to content

Commit

Permalink
fix(deps): update rust crate opentelemetry to 0.23.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 16, 2024
1 parent 1753ad4 commit 56c43bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/optics-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ warp = "0.3"

# these versions are important!
tracing-opentelemetry = "0.13.0"
opentelemetry = { version = "0.14.0", features = ["rt-tokio"] }
opentelemetry = { version = "0.23.0", features = ["rt-tokio"] }
opentelemetry-jaeger = { version = "0.13.0", features = [
"reqwest_collector_client",
"tokio",
Expand Down

0 comments on commit 56c43bc

Please sign in to comment.