Skip to content

Commit

Permalink
chore: Bump sentry from 0.23.0 to 0.32.0
Browse files Browse the repository at this point in the history
Bumps [sentry](https://github.com/getsentry/sentry-rust) from 0.23.0 to 0.32.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.23.0...0.32.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2023
1 parent f5f4f81 commit 04a29f1
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 41 deletions.
131 changes: 92 additions & 39 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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dotenv = "0.15.0"
env_logger = "0.10"
log = "0.4"
openssl = { version = "0.10.57", features = ["vendored"] }
sentry = "0.23"
sentry = "0.32"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sqlx = { version = "0.7", features = [
Expand Down
2 changes: 1 addition & 1 deletion worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ check-if-email-exists = { path = "../core", features = ["headless"] }
futures-lite = "2.1.0"
lapin = "2.3.1"
reqwest = { version = "0.11.22", features = ["json"] }
sentry = "0.23"
sentry = "0.32"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.29", features = ["macros"] }
Expand Down

0 comments on commit 04a29f1

Please sign in to comment.