Skip to content

Commit

Permalink
Merge pull request fedimint#6061 from fedimint/dependabot/cargo/opent…
Browse files Browse the repository at this point in the history
…elemetry-0.25.0

chore(deps): bump opentelemetry from 0.24.0 to 0.25.0
  • Loading branch information
tvolk131 authored Sep 23, 2024
2 parents a53de07 + 6e3db67 commit 4037518
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 fedimint-logging/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ path = "src/lib.rs"
[dependencies]
anyhow = { workspace = true }
console-subscriber = { version = "0.4.0", optional = true }
opentelemetry = { version = "0.24.0", optional = true }
opentelemetry = { version = "0.25.0", optional = true }
opentelemetry-jaeger = { version = "0.22.0", optional = true }
tracing-opentelemetry = { version = "0.24.0", optional = true }
tracing-subscriber = { workspace = true, features = ["env-filter"] }

0 comments on commit 4037518

Please sign in to comment.