Skip to content

Commit

Permalink
chore: Bump sentry from 0.23.0 to 0.32.1
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.1.
- [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.1)

---
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 Jan 16, 2024
1 parent 75ba303 commit f3ebd51
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 25 deletions.
115 changes: 91 additions & 24 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 @@ -10,7 +10,7 @@ async-smtp = "0.6"
check-if-email-exists = { path = "../core", features = ["headless"] }
dotenv = "0.15.0"
openssl = { version = "0.10.62", features = ["vendored"] }
sentry = "0.23"
sentry = "0.32"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.35", features = ["macros"] }
Expand Down

0 comments on commit f3ebd51

Please sign in to comment.