Skip to content

Commit

Permalink
Update Rust crate opentelemetry to 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2023
1 parent 5cd8e2f commit 2c91e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ path = "src/lib.rs"

[dependencies]
tracing = "0.1"
opentelemetry = { version = "0.20", features = ["rt-tokio"] }
opentelemetry = { version = "0.21", features = ["rt-tokio"] }
opentelemetry-semantic-conventions = { version = "0.13" }
gcloud-sdk = { version = "0.23", features = ["google-devtools-cloudtrace-v2"] }
rvstruct = "0.3"
Expand All @@ -35,7 +35,7 @@ async-trait = "0.1"

[dev-dependencies]
tokio = { version = "1", features = ["full"] }
opentelemetry = { version = "0.20", features = ["rt-tokio"] }
opentelemetry = { version = "0.21", features = ["rt-tokio"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter","registry"] }
tracing-opentelemetry = { version = "0.21" }
Expand Down

0 comments on commit 2c91e74

Please sign in to comment.