Skip to content

Commit

Permalink
Merge pull request #32 from Spec-ify/dependabot/cargo/opentelemetry-a…
Browse files Browse the repository at this point in the history
…ppender-tracing-0.25.0

build(deps): bump opentelemetry-appender-tracing from 0.5.0 to 0.25.0
  • Loading branch information
zleyyij authored Sep 24, 2024
2 parents 9d12ef0 + dc13307 commit c4c76c5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 10 deletions.
32 changes: 23 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tokio = { version = "1.40.0", features = ["full"] }
tower-http = { version = "0.6.0", features = ["cors", "trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["json"] }
opentelemetry-appender-tracing = "0.5.0"
opentelemetry-appender-tracing = "0.25.0"
opentelemetry = "0.24.0"
opentelemetry_sdk = { version = "0.24.1", features = ["rt-tokio"] }
opentelemetry-otlp = { version = "0.17.0", features = ["http-json", "reqwest", "reqwest-client"] }
Expand Down

0 comments on commit c4c76c5

Please sign in to comment.