Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deps): update rust crate sentry to 0.33.0 (#75)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sentry](https://sentry.io/welcome/) ([source](https://togithub.com/getsentry/sentry-rust)) | dependencies | minor | `0.32.0` -> `0.33.0` | --- ### Release Notes <details> <summary>getsentry/sentry-rust (sentry)</summary> ### [`v0.33.0`](https://togithub.com/getsentry/sentry-rust/blob/HEAD/CHANGELOG.md#0330) [Compare Source](https://togithub.com/getsentry/sentry-rust/compare/0.32.3...0.33.0) ##### Various fixes & improvements - ref(metrics): Add normalization and update set metrics hashing ([#​658](https://togithub.com/getsentry/sentry-rust/issues/658)) by [@​elramen](https://togithub.com/elramen) - feat: add embedded-svc based http transport ([#​654](https://togithub.com/getsentry/sentry-rust/issues/654)) by [@​madmo](https://togithub.com/madmo) ### [`v0.32.3`](https://togithub.com/getsentry/sentry-rust/blob/HEAD/CHANGELOG.md#0323) [Compare Source](https://togithub.com/getsentry/sentry-rust/compare/0.32.2...0.32.3) **Compatiblity**: - Raised the MSRV to **1.73**. **Improvements**: - Slightly improved overhead of the `tracing` layer. ([#​642](https://togithub.com/getsentry/sentry-rust/pull/642)) **Updates**: - Updated `reqwest` to version `0.12`. - Updated `tonic` to version `0.11`. ### [`v0.32.2`](https://togithub.com/getsentry/sentry-rust/blob/HEAD/CHANGELOG.md#0322) [Compare Source](https://togithub.com/getsentry/sentry-rust/compare/0.32.1...0.32.2) ##### Various fixes & improvements - feat(crons): Add new fields to `MonitorConfig` type ([#​638](https://togithub.com/getsentry/sentry-rust/issues/638)) by [@​szokeasaurusrex](https://togithub.com/szokeasaurusrex) - build(deps): bump h2 from 0.3.22 to 0.3.24 ([#​635](https://togithub.com/getsentry/sentry-rust/issues/635)) by [@​dependabot](https://togithub.com/dependabot) - fix(hub): avoid deadlocks when emitting events ([#​633](https://togithub.com/getsentry/sentry-rust/issues/633)) by [@​Tuetuopay](https://togithub.com/Tuetuopay) ### [`v0.32.1`](https://togithub.com/getsentry/sentry-rust/blob/HEAD/CHANGELOG.md#0321) [Compare Source](https://togithub.com/getsentry/sentry-rust/compare/0.32.0...0.32.1) **Features**: - Add experimental implementations for Sentry metrics and a cadence sink. These require to use the `UNSTABLE_metrics` and `UNSTABLE_cadence` feature flags. Note that these APIs are still under development and subject to change. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/intgr/rocket-sentry). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marti Raudsepp <[email protected]>
- Loading branch information