Skip to content

Commit

Permalink
Bump opentelemetry_sdk from 0.25.0 to 0.26.0 (#1255)
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 Oct 9, 2024
1 parent c37ad17 commit 45cd492
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 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.26" }
tracing-subscriber = { optional = true, version = "0.3" }
opentelemetry-otlp = { optional = true, version = "0.26" }
opentelemetry_sdk = { optional = true, version = "0.25", features = ["rt-tokio"] }
opentelemetry_sdk = { optional = true, version = "0.26", features = ["rt-tokio"] }

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

0 comments on commit 45cd492

Please sign in to comment.