diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-31 16:57:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-31 16:57:21 +0100 |
commit | 6a1d77bbf566faafccf29a171b6ec0b10a2122f3 (patch) | |
tree | cc317e8a4ac52430c5647fe308092dc1c39be9f3 /src-tauri/Cargo.lock | |
parent | 6a56ac5569611183577902d266571b8d84eb60a2 (diff) | |
download | FlightCore-6a1d77bbf566faafccf29a171b6ec0b10a2122f3.tar.gz FlightCore-6a1d77bbf566faafccf29a171b6ec0b10a2122f3.zip |
chore: bump sentry-log from 0.32.1 to 0.32.2 in /src-tauri (#774)
Bumps [sentry-log](https://github.com/getsentry/sentry-rust) from 0.32.1 to 0.32.2.
- [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.1...0.32.2)
---
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>
Diffstat (limited to 'src-tauri/Cargo.lock')
-rw-r--r-- | src-tauri/Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 023d658e..a46c504f 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3557,9 +3557,9 @@ dependencies = [ [[package]] name = "sentry-log" -version = "0.32.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f7574422f662fe062a2ef7d027659ad8745e05fb815770887aeb08e2fb92cf6" +checksum = "d2d7cd58e7b31a1a533163abf86c182824ea8f8867853a6b402cde053595a54b" dependencies = [ "log", "sentry-core", |