Skip to content

Commit

Permalink
fix(deps): update rust crate opentelemetry_sdk to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 15, 2024
1 parent 1972f93 commit d127a96
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 @@ -16,7 +16,7 @@ futures-util = { version = "0.3.30", default-features = false, features = [
log = "0.4.20"
openssl = { version = "0.10.63", features = ["vendored"] }
opentelemetry = { version = "0.21.0" }
opentelemetry_sdk = { version = "0.21.2", features = ["rt-tokio"] }
opentelemetry_sdk = { version = "0.23.0", features = ["rt-tokio"] }
opentelemetry-jaeger = { version = "0.20.0", features = ["rt-tokio"] }
rsdns = { version = "0.17.0", features = ["net-tokio"] }
serde = { version = "1.0.196" }
Expand Down

0 comments on commit d127a96

Please sign in to comment.