diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-04 16:35:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-04 16:35:57 +0200 |
commit | b19004babb97d7613001f8e4e037a18e9d0fc1ec (patch) | |
tree | e6d3f0457ec83389b7f314727d5856e900f3bf51 /src-tauri/Cargo.toml | |
parent | e6de5f8e3d404cf9c0d1fe18d962d9430f81e418 (diff) | |
download | FlightCore-b19004babb97d7613001f8e4e037a18e9d0fc1ec.tar.gz FlightCore-b19004babb97d7613001f8e4e037a18e9d0fc1ec.zip |
chore: bump sentry-log from 0.30.0 to 0.31.5 in /src-tauri (#481)
Bumps [sentry-log](https://github.com/getsentry/sentry-rust) from 0.30.0 to 0.31.5.
- [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.30.0...0.31.5)
---
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 0f96f542..7941370c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -27,7 +27,7 @@ tauri = { version = "1.4", features = ["api-all", "dialog", "updater"] } tokio = { version = "1", features = ["full"] } # Sentry (crash) logging sentry = "0.31" -sentry-log = "0.30" +sentry-log = "0.31" # Find steam games steamlocate = "1.2" # Error messages |