Skip to content

Commit 83c6935

Browse files
Update sentry-tracing requirement from 0.37 to 0.45
Updates the requirements on [sentry-tracing](https://github.com/getsentry/sentry-rust) to permit the latest version. - [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.37.0...0.45.0) --- updated-dependencies: - dependency-name: sentry-tracing dependency-version: 0.45.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 99184dc commit 83c6935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ subcrates = ["bevy_app", "bevy_log", "bevy_utils"]
1818

1919
[dependencies]
2020
sentry = "0.37"
21-
sentry-tracing = "0.37"
21+
sentry-tracing = "0.45"
2222
tracing = "0.1"
2323
bevy = { version = "0.16.0", default-features = false, optional = true, features = [
2424
"bevy_log",

0 commit comments

Comments
 (0)