Skip to content

Commit 3c45364

Browse files
Update sentry-tracing requirement from 0.32.3 to 0.34.0
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.32.3...0.34.0) --- updated-dependencies: - dependency-name: sentry-tracing dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9457233 commit 3c45364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
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.32.3"
21-
sentry-tracing = "0.32.3"
21+
sentry-tracing = "0.34.0"
2222
bevy = { version = "0.14.0-dev", git = "https://github.com/bevyengine/bevy", default-features = false, optional = true }
2323
bevy_app = { version = "0.14.0-dev", git = "https://github.com/bevyengine/bevy", default-features = false, optional = true }
2424
bevy_log = { version = "0.14.0-dev", git = "https://github.com/bevyengine/bevy", default-features = false, optional = true }

0 commit comments

Comments
 (0)