Skip to content

Commit

Permalink
Merge pull request #802 from freenet/dependabot/cargo/tracing-opentel…
Browse files Browse the repository at this point in the history
…emetry-0.21.0

Bump tracing-opentelemetry from 0.20.0 to 0.21.0
  • Loading branch information
iduartgomez authored Aug 30, 2023
2 parents 7c923b1 + b437a92 commit d1c17cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 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 crates/locutus-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ tower-http = { version = "0.4", features = ["trace"] }
tracing = { version = "0.1", optional = true }
opentelemetry = { version = "0.20.0", default-features = false, features = ["rt-tokio", "trace"], optional = true }
opentelemetry-jaeger = { version = "0.19.0", features = ["rt-tokio","collector_client", "isahc"], optional = true }
tracing-opentelemetry = { version = "0.20.0", optional = true }
tracing-opentelemetry = { version = "0.21.0", optional = true }
tracing-subscriber = { version = "0.3.16", optional = true }

# internal deps
Expand Down

0 comments on commit d1c17cb

Please sign in to comment.