diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-13 17:34:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 17:34:18 +0100 |
commit | bb4efc6037070827d293fd5d5655a511f1b16f58 (patch) | |
tree | 0f9e8828cc7b89aaea7b60460ee3d370b2a7049e /src-tauri/Cargo.toml | |
parent | 486e0f325553eab25c2c5d9aaf7f6bdf433b7689 (diff) | |
download | FlightCore-bb4efc6037070827d293fd5d5655a511f1b16f58.tar.gz FlightCore-bb4efc6037070827d293fd5d5655a511f1b16f58.zip |
chore: bump sentry-log from 0.31.8 to 0.32.0 in /src-tauri (#691)
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](https://github.com/getsentry/sentry-rust/compare/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>
Diffstat (limited to 'src-tauri/Cargo.toml')
-rw-r--r-- | src-tauri/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 3618c111..a1c278cf 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -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 |