Skip to content

Commit d60e0f4

Browse files
Update sentry requirement from 0.37 to 0.45
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.37.0...0.45.0) --- updated-dependencies: - dependency-name: sentry dependency-version: 0.45.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 99184dc commit d60e0f4

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
@@ -17,7 +17,7 @@ default = ["bevy"]
1717
subcrates = ["bevy_app", "bevy_log", "bevy_utils"]
1818

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

0 commit comments

Comments
 (0)