Skip to content

Commit 280dab9

Browse files
build(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 (#891)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 663032e commit 280dab9

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

Cargo.lock

Lines changed: 5 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sentry-tracing/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sentry-core = { version = "0.42.0", path = "../sentry-core", features = [
2525
"client",
2626
] }
2727
tracing-core = "0.1"
28-
tracing-subscriber = { version = "0.3.1", default-features = false, features = [
28+
tracing-subscriber = { version = "0.3.20", default-features = false, features = [
2929
"std",
3030
] }
3131
sentry-backtrace = { version = "0.42.0", path = "../sentry-backtrace", optional = true }
@@ -36,5 +36,5 @@ log = "0.4"
3636
sentry = { path = "../sentry", default-features = false, features = ["test", "tracing"] }
3737
serde_json = "1"
3838
tracing = "0.1"
39-
tracing-subscriber = { version = "0.3.1", features = ["fmt", "registry"] }
39+
tracing-subscriber = { version = "0.3.20", features = ["fmt", "registry"] }
4040
tokio = { version = "1.44", features = ["rt-multi-thread", "macros", "time"] }

0 commit comments

Comments
 (0)