Skip to content

Commit

Permalink
fix(deps): update opentelemetry-rust monorepo to 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 2707c63 commit 3b7eace
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ repository = "https://github.com/philipcristiano/rust_service_conventions"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
opentelemetry = { version = "0.24.0", optional = true }
opentelemetry-otlp = { version = "0.17.0", features = ["trace", "grpc-tonic", "http-proto", "reqwest-rustls", "tls", "tls-roots"], optional = true }
opentelemetry-semantic-conventions = { version = "0.16.0", optional = true}
opentelemetry_sdk = { version = "0.24.0", features = ["rt-tokio"], optional = true }
opentelemetry = { version = "0.25.0", optional = true }
opentelemetry-otlp = { version = "0.25.0", features = ["trace", "grpc-tonic", "http-proto", "reqwest-rustls", "tls", "tls-roots"], optional = true }
opentelemetry-semantic-conventions = { version = "0.25.0", optional = true}
opentelemetry_sdk = { version = "0.25.0", features = ["rt-tokio"], optional = true }
tonic = { version = "0.12.0", features = ["tls", "tls-roots"], optional = true}

tracing-subscriber = { version = "0.3.18", features = ["fmt", "json", "env-filter", "std", "registry"], optional = true }
Expand Down

0 comments on commit 3b7eace

Please sign in to comment.