Skip to content

Commit

Permalink
Update dependencies in tracing example
Browse files Browse the repository at this point in the history
  • Loading branch information
frigus02 committed Jan 3, 2025
1 parent dfccd14 commit 62081d6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ authors = ["Jan Kuehle <[email protected]>"]
edition = "2018"

[dependencies]
opentelemetry = "0.23.0"
opentelemetry_sdk = { version = "0.23.0", features = ["rt-tokio"] }
opentelemetry-http = { version = "0.12.0", features = ["reqwest"] }
opentelemetry-application-insights = { version = "0.33.0" }
reqwest = "0.11"
opentelemetry = "0.27.1"
opentelemetry_sdk = { version = "0.27.1", features = ["rt-tokio"] }
opentelemetry-http = { version = "0.27.0", features = ["reqwest"] }
opentelemetry-application-insights = { version = "0.37.0" }
reqwest = "0.12"
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros", "process", "time"] }
tracing = "0.1.40"
tracing-attributes = "0.1.27"
tracing-futures = "0.2.5"
tracing-opentelemetry = "0.24.0"
tracing-opentelemetry = "0.28.0"
tracing-subscriber = "0.3.18"

0 comments on commit 62081d6

Please sign in to comment.