Skip to content

Commit 294b0f7

Browse files
Update sentry requirement from 0.32.3 to 0.33.0
Updates the requirements on [sentry](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.33.0) --- updated-dependencies: - dependency-name: sentry dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9457233 commit 294b0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ default = ["bevy"]
1717
subcrates = ["bevy_app", "bevy_log", "bevy_utils"]
1818

1919
[dependencies]
20-
sentry = "0.32.3"
20+
sentry = "0.33.0"
2121
sentry-tracing = "0.32.3"
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 }

0 commit comments

Comments
 (0)