Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent cab143c commit 8499836
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 35 deletions.
137 changes: 103 additions & 34 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.49", features = ["vendored"] }
sentry = "0.23"
sentry = "0.31"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sqlx = { version = "0.6", features = [ "runtime-tokio-native-tls", "postgres", "uuid", "chrono", "json", "offline", "migrate" ] }
Expand Down

0 comments on commit 8499836

Please sign in to comment.