Skip to content

Commit

Permalink
Update Rust crate opentelemetry_sdk to 0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 072d15b commit fe5e1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ path = "src/lib.rs"
[dependencies]
tracing = "0.1"
opentelemetry = { version = "0.22" }
opentelemetry_sdk = { version = "0.22", features = ["rt-tokio"] }
opentelemetry_sdk = { version = "0.22.1", features = ["rt-tokio"] }
opentelemetry-semantic-conventions = { version = "0.14" }
gcloud-sdk = { version = "0.24", features = ["google-devtools-cloudtrace-v2"] }
rvstruct = "0.3"
Expand Down

0 comments on commit fe5e1bf

Please sign in to comment.