Skip to content

Commit

Permalink
chore: bump sentry-log from 0.31.8 to 0.32.0 in /src-tauri (#691)
Browse files Browse the repository at this point in the history
Bumps [sentry-log](https://github.com/getsentry/sentry-rust) from 0.31.8 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.31.8...0.32.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 13, 2023
1 parent 486e0f3 commit bb4efc6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 40 deletions.
49 changes: 10 additions & 39 deletions src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tauri = { version = "1.5", features = ["api-all", "dialog", "updater"] }
tokio = { version = "1", features = ["full"] }
# Sentry (crash) logging
sentry = "0.32"
sentry-log = "0.31"
sentry-log = "0.32"
# Find steam games
steamlocate = "1.2"
# Error messages
Expand Down

0 comments on commit bb4efc6

Please sign in to comment.