Skip to content

Commit

Permalink
fix(deps): update opentelemetry packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent ea2501c commit c303e06
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ async-graphql = { version = "7", default-features = false, optional = true }
async-trait = { version = "0.1", optional = true }
eyre = "0.6"
http = { version = "1", optional = true }
opentelemetry = { version = "0.22", features = ["trace"], optional = true }
opentelemetry-http = { version = "0.11", optional = true }
opentelemetry-otlp = { version = "0.15", default-features = false, features = ["grpc-tonic", "http-proto", "reqwest-client", "reqwest-rustls", "tls", "tls-roots", "trace"], optional = true }
opentelemetry_sdk = { version = "0.22", features = ["rt-tokio"], optional = true }
opentelemetry = { version = "0.27", features = ["trace"], optional = true }
opentelemetry-http = { version = "0.27", optional = true }
opentelemetry-otlp = { version = "0.27", default-features = false, features = ["grpc-tonic", "http-proto", "reqwest-client", "reqwest-rustls", "tls", "tls-roots", "trace"], optional = true }
opentelemetry_sdk = { version = "0.27", features = ["rt-tokio"], optional = true }
tower = { version = "0.4", default-features = false, optional = true }
tower-http = { version = "0.5", default-features = false, features = ["trace"], optional = true }
tracing = "0.1"
tracing-error = "0.2"
tracing-opentelemetry = { version = "0.23", default-features = false, features = ["tracing-log"], optional = true }
tracing-opentelemetry = { version = "0.28", default-features = false, features = ["tracing-log"], optional = true }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
uuid = { version = "1", features = ["v4"], optional = true }

Expand Down

0 comments on commit c303e06

Please sign in to comment.