Skip to content

Commit 81a07cc

Browse files
build(deps): bump the sentry group with 3 updates
Bumps the sentry group with 3 updates: [sentry](https://github.com/getsentry/sentry-rust), [sentry-tower](https://github.com/getsentry/sentry-rust) and [sentry-tracing](https://github.com/getsentry/sentry-rust). Updates `sentry` from 0.42.0 to 0.45.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.42.0...0.45.0) Updates `sentry-tower` from 0.42.0 to 0.45.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.42.0...0.45.0) Updates `sentry-tracing` from 0.42.0 to 0.45.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.42.0...0.45.0) --- updated-dependencies: - dependency-name: sentry dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sentry - dependency-name: sentry-tower dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sentry - dependency-name: sentry-tracing dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sentry ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1bd1b00 commit 81a07cc

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -567,18 +567,18 @@ features = [
567567

568568
# Sentry error tracking
569569
[workspace.dependencies.sentry]
570-
version = "0.42.0"
570+
version = "0.45.0"
571571
default-features = false
572572
features = ["backtrace", "contexts", "panic", "tower", "reqwest"]
573573

574574
# Sentry tower layer
575575
[workspace.dependencies.sentry-tower]
576-
version = "0.42.0"
576+
version = "0.45.0"
577577
features = ["http", "axum-matched-path"]
578578

579579
# Sentry tracing integration
580580
[workspace.dependencies.sentry-tracing]
581-
version = "0.42.0"
581+
version = "0.45.0"
582582

583583
# Serialization and deserialization
584584
[workspace.dependencies.serde]

0 commit comments

Comments
 (0)