Skip to content

Commit

Permalink
Update Rust crate opentelemetry to 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 15, 2024
1 parent 072d15b commit b15910c
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.22" }
opentelemetry = { version = "0.23" }
opentelemetry_sdk = { version = "0.22", features = ["rt-tokio"] }
opentelemetry-semantic-conventions = { version = "0.14" }
gcloud-sdk = { version = "0.24", features = ["google-devtools-cloudtrace-v2"] }
Expand All @@ -36,7 +36,7 @@ async-trait = "0.1"

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

0 comments on commit b15910c

Please sign in to comment.