aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-13 20:43:08 +0100
committerGitHub <noreply@github.com>2023-11-13 20:43:08 +0100
commit422b232781bbaac7519de6eb2ff540c0d652f413 (patch)
tree76e9f240346afdbcd8a0b0b720ff750dc51ce18f
parentdb64541d1c836d3b874e133618e05164aa19ac3c (diff)
downloadFlightCore-422b232781bbaac7519de6eb2ff540c0d652f413.tar.gz
FlightCore-422b232781bbaac7519de6eb2ff540c0d652f413.zip
chore: bump sentry-log from 0.31.5 to 0.31.8 in /src-tauri (#676)
Bumps [sentry-log](https://github.com/getsentry/sentry-rust) from 0.31.5 to 0.31.8. - [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.5...0.31.8) --- updated-dependencies: - dependency-name: sentry-log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--src-tauri/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index 6d15dadb..6dd327f1 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -3513,9 +3513,9 @@ dependencies = [
[[package]]
name = "sentry-log"
-version = "0.31.5"
+version = "0.31.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2558fc4a85326e6063711b45ce82ed6b18cdacd0732580c1567da914ac1df33e"
+checksum = "3683db529ca6e915b1cb3bd6e4a3755423dd5d19d6cdb6bf38b7a08ff1ea08fc"
dependencies = [
"log",
"sentry-core",