Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
build(deps): bump the sentry group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the sentry group with 3 updates: [sentry](https://github.com/getsentry/sentry-rust), [sentry-tracing](https://github.com/getsentry/sentry-rust) and [sentry-tower](https://github.com/getsentry/sentry-rust).


Updates `sentry` from 0.31.8 to 0.32.3
- [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.31.8...0.32.3)

Updates `sentry-tracing` from 0.31.8 to 0.32.3
- [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.31.8...0.32.3)

Updates `sentry-tower` from 0.31.8 to 0.32.3
- [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.31.8...0.32.3)

---
updated-dependencies:
- dependency-name: sentry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sentry
- dependency-name: sentry-tracing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sentry
- dependency-name: sentry-tower
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sentry
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent efaf407 commit 923d44d
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 25 deletions.
61 changes: 41 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/axum-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ http-body.workspace = true
icu_locid = "1.4.0"
mime = "0.3.17"
rand.workspace = true
sentry = { version = "0.31.8", default-features = false }
sentry = { version = "0.32.3", default-features = false }
serde.workspace = true
serde_with = "3.8.1"
serde_urlencoded = "0.7.1"
Expand Down
6 changes: 3 additions & 3 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ opentelemetry-semantic-conventions.workspace = true
opentelemetry-stdout = { version = "0.3.0", features = ["trace", "metrics"] }
opentelemetry_sdk = { version = "0.22.1", features = ["trace", "metrics", "rt-tokio"] }
prometheus = "0.13.3"
sentry = { version = "0.31.8", default-features = false, features = ["backtrace", "contexts", "panic", "tower"] }
sentry-tracing = "0.31.8"
sentry-tower = { version = "0.31.8", features = ["http"] }
sentry = { version = "0.32.3", default-features = false, features = ["backtrace", "contexts", "panic", "tower"] }
sentry-tracing = "0.32.3"
sentry-tower = { version = "0.32.3", features = ["http"] }

mas-config.workspace = true
mas-data-model.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/handlers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ opentelemetry-semantic-conventions.workspace = true
# Error management
thiserror.workspace = true
anyhow.workspace = true
sentry = { version = "0.31.8", default-features = false }
sentry = { version = "0.32.3", default-features = false }

# Web server
hyper.workspace = true
Expand Down

0 comments on commit 923d44d

Please sign in to comment.