aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-10 16:39:51 +0200
committerGitHub <noreply@github.com>2024-06-10 16:39:51 +0200
commit254213d8516ea61084963099c9e6494826eeec91 (patch)
treefc2d170b25edfa29250de84c52e503c905b529b0 /src-tauri/Cargo.toml
parent7e7c8d31bf3d84c15da72ef0bc3c8a34429b1bee (diff)
downloadFlightCore-254213d8516ea61084963099c9e6494826eeec91.tar.gz
FlightCore-254213d8516ea61084963099c9e6494826eeec91.zip
chore: bump sentry-log from 0.32.2 to 0.34.0 in /src-tauri (#941)
Bumps [sentry-log](https://github.com/getsentry/sentry-rust) from 0.32.2 to 0.34.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.32.2...0.34.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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index ba777a96..c5ea26b7 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -27,7 +27,7 @@ tauri = { version = "1.6", features = ["api-all", "dialog", "updater"] }
tokio = { version = "1", features = ["full"] }
# Sentry (crash) logging
sentry = "0.32"
-sentry-log = "0.32"
+sentry-log = "0.34"
# Find steam games
steamlocate = "2.0.0-beta.2"
# Error messages