From aa93d9b1da6cd62de1c990c3a6fb97326d90b441 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:50:10 +0000 Subject: [PATCH] Update Rust crate sentry to 0.32.2 (#1215) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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 | patch | `0.32.1` -> `0.32.2` | --- ### Release Notes
getsentry/sentry-rust (sentry) ### [`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)
--- ### 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. --- - [ ] 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/X-oss-byte/Nextjs). --- packages/next-swc/crates/napi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next-swc/crates/napi/Cargo.toml b/packages/next-swc/crates/napi/Cargo.toml index 2e3c491cd4..78554c18ce 100644 --- a/packages/next-swc/crates/napi/Cargo.toml +++ b/packages/next-swc/crates/napi/Cargo.toml @@ -76,7 +76,7 @@ turbopack-binding = { workspace = true, features = [ # allow to specify alternative (rustls) instead via features. # Note to opt in rustls default-features should be disabled # (--no-default-features --features sentry_rustls) -sentry = { version = "0.32.1", default-features = false, features = [ +sentry = { version = "0.32.2", default-features = false, features = [ "backtrace", "contexts", "panic",