1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

build(deps): bump the sentry group with 1 update

Bumps the sentry group with 1 update: [sentry](https://github.com/getsentry/sentry-rust).

- [Release notes](https://github.com/getsentry/sentry-rust/releases)
- [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-rust/compare/0.31.7...0.31.8)

---
updated-dependencies:
- dependency-name: sentry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sentry
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-13 19:08:08 +00:00
committed by Quentin Gliech
parent 7ae509f0ad
commit 4c28bc524b
4 changed files with 19 additions and 19 deletions

View File

@ -20,7 +20,7 @@ http-body = "0.4.5"
icu_locid = "1.3.2"
mime = "0.3.17"
rand.workspace = true
sentry = { version = "0.31.7", default-features = false }
sentry = { version = "0.31.8", default-features = false }
serde.workspace = true
serde_with = "3.4.0"
serde_urlencoded = "0.7.1"

View File

@ -44,7 +44,7 @@ opentelemetry-stdout = { version = "0.2.0", features = ["trace", "metrics"] }
opentelemetry_sdk = { version = "0.21.0", features = ["trace", "metrics", "rt-tokio"] }
opentelemetry-zipkin = { version = "0.19.0", default-features = false }
prometheus = "0.13.3"
sentry = { version = "0.31.7", default-features = false, features = ["backtrace", "contexts", "panic", "tower"] }
sentry = { version = "0.31.8", default-features = false, features = ["backtrace", "contexts", "panic", "tower"] }
sentry-tracing = "0.31.7"
sentry-tower = { version = "0.31.7", features = ["http"] }

View File

@ -20,7 +20,7 @@ opentelemetry-semantic-conventions.workspace = true
# Error management
thiserror.workspace = true
anyhow.workspace = true
sentry = { version = "0.31.7", default-features = false }
sentry = { version = "0.31.8", default-features = false }
# Web server
hyper = { version = "0.14.27", features = ["full"] }