Skip to content

Commit 31c71f4

Browse files
build(deps): bump sentry-tracing from 0.38.1 to 0.46.0
Bumps [sentry-tracing](https://github.com/getsentry/sentry-rust) from 0.38.1 to 0.46.0. - [Release notes](https://github.com/getsentry/sentry-rust/releases) - [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-rust@0.38.1...0.46.0) --- updated-dependencies: - dependency-name: sentry-tracing dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent db37be5 commit 31c71f4

File tree

6 files changed

+60
-18
lines changed

6 files changed

+60
-18
lines changed

Cargo.lock

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

src/environmentd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ regex = { version = "1.12.2", optional = true }
9999
reqwest = { version = "0.11.13", features = ["json"] }
100100
rlimit = "0.10.2"
101101
semver = "1.0.27"
102-
sentry-tracing = "0.38.1"
102+
sentry-tracing = "0.46.0"
103103
serde = { version = "1.0.219", features = ["derive"] }
104104
serde_json = "1.0.145"
105105
shell-words = "1.1.0"

src/orchestrator-tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mz-ore = { path = "../ore", default-features = false, features = ["tracing", "cl
2323
mz-repr = { path = "../repr", default-features = false, optional = true }
2424
mz-service = { path = "../service", default-features = false }
2525
mz-tracing = { path = "../tracing", default-features = false }
26-
sentry-tracing = { version = "0.38.1" }
26+
sentry-tracing = { version = "0.46.0" }
2727
tracing = { version = "0.1.37" }
2828
tracing-capture = { version = "0.1.0", optional = true }
2929
tracing-subscriber = { version = "0.3.19", default-features = false }

src/ore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ opentelemetry = { version = "0.24.0", features = ["trace"], optional = true }
9191
opentelemetry-otlp = { version = "0.17.0", optional = true }
9292
opentelemetry_sdk = { version = "0.24.1", features = ["rt-tokio"], optional = true }
9393
console-subscriber = { version = "0.4.1", optional = true }
94-
sentry-tracing = { version = "0.38.1", optional = true }
94+
sentry-tracing = { version = "0.46.0", optional = true }
9595
turmoil = { version = "0.7.0", optional = true }
9696
yansi = { version = "1.0.1", optional = true }
9797

src/persist-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ prometheus = { version = "0.14.0", default-features = false }
5555
proptest = { version = "1.7.0", default-features = false, features = ["std"] }
5656
proptest-derive = { version = "0.7.0", features = ["boxed_union"] }
5757
prost = { version = "0.13.5", features = ["no-recursion-limit"] }
58-
sentry-tracing = "0.38.1"
58+
sentry-tracing = "0.46.0"
5959
semver = { version = "1.0.27", features = ["serde"] }
6060
serde = { version = "1.0.219", features = ["derive", "rc"] }
6161
serde_json = "1.0.145"

src/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ sysinfo = "0.29.11"
3333
tokio = "1.48.0"
3434
tokio-stream = "0.1.17"
3535
tracing = "0.1.37"
36-
sentry-tracing = "0.38.1"
36+
sentry-tracing = "0.46.0"
3737
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
3838

3939
[dev-dependencies]

0 commit comments

Comments
 (0)