Skip to content

Commit

Permalink
chore(deps): bump tracing-opentelemetry from 0.20.0 to 0.21.0 (rising…
Browse files Browse the repository at this point in the history
…wavelabs#12010)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Runji Wang <wangrunji0408@163.com>
  • Loading branch information
dependabot[bot] and wangrunji0408 committed Sep 5, 2023
1 parent aadc605 commit 65fc959
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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 src/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ tokio = { version = "0.2", package = "madsim-tokio", features = [
toml = "0.7"
tonic = { workspace = true }
tracing = "0.1"
tracing-opentelemetry = "0.20"
tracing-opentelemetry = "0.21"
tracing-subscriber = "0.3.17"
twox-hash = "1"
url = "2"
Expand Down
2 changes: 1 addition & 1 deletion src/utils/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tokio = { version = "0.2", package = "madsim-tokio", features = [
"fs"
] }
tracing = "0.1"
tracing-opentelemetry = "0.20"
tracing-opentelemetry = "0.21"
tracing-subscriber = { version = "0.3", features = ["fmt", "parking_lot", "std", "time", "local-time", "json"] }

[target.'cfg(not(madsim))'.dependencies]
Expand Down

0 comments on commit 65fc959

Please sign in to comment.