Skip to content

Commit

Permalink
Bump opentelemetry_sdk from 0.23.0 to 0.25.0 (#1226)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 22, 2024
1 parent 3314589 commit 22d704f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 25 deletions.
58 changes: 34 additions & 24 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/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ tracing = { version = "0.1" }
tracing-opentelemetry = { optional = true, version = "0.24" }
tracing-subscriber = { optional = true, version = "0.3" }
opentelemetry-otlp = { optional = true, version = "0.16" }
opentelemetry_sdk = { optional = true, version = "0.23", features = ["rt-tokio"] }
opentelemetry_sdk = { optional = true, version = "0.25", features = ["rt-tokio"] }

# internal deps
freenet-stdlib = { features = ["net"], workspace = true }
Expand Down

0 comments on commit 22d704f

Please sign in to comment.