Skip to content

Commit

Permalink
build: bump opentelemetry dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Sep 19, 2024
1 parent 8ebe7f3 commit 77522b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,17 @@ version = "0.7"
[dependencies.opentelemetry]
features = ["logs"]
optional = true
version = "0.24"
version = "0.25"

[dependencies.opentelemetry-otlp]
features = ["logs", "grpc-tonic", "http-json", "http-proto"]
optional = true
version = "0.17"
version = "0.25"

[dependencies.opentelemetry_sdk]
features = ["logs", "rt-tokio"]
optional = true
version = "0.24"
version = "0.25"

## Examples
[[example]]
Expand Down

0 comments on commit 77522b7

Please sign in to comment.