Skip to content

Commit b173971

Browse files
Update sentry-rust monorepo to 0.33.0 (#1035)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [_sentry_native_tls](https://sentry.io/welcome/) ([source](https://togithub.com/getsentry/sentry-rust)) | dependencies | minor | `0.32.3` -> `0.33.0` | | [_sentry_rustls](https://sentry.io/welcome/) ([source](https://togithub.com/getsentry/sentry-rust)) | dependencies | minor | `0.32.3` -> `0.33.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>getsentry/sentry-rust (_sentry_native_tls)</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 ([#&#8203;658](https://togithub.com/getsentry/sentry-rust/issues/658)) by [@&#8203;elramen](https://togithub.com/elramen) - feat: add embedded-svc based http transport ([#&#8203;654](https://togithub.com/getsentry/sentry-rust/issues/654)) by [@&#8203;madmo](https://togithub.com/madmo) </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 these updates 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/Canary-nextjs).
1 parent f9fdd0b commit b173971

File tree

2 files changed

+34
-22
lines changed

2 files changed

+34
-22
lines changed

packages/next-swc/Cargo.lock

Lines changed: 32 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/next-swc/crates/napi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ next-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-2
5050
# allow to specify alternative (rustls) instead via features.
5151
# Note to opt in rustls default-features should be disabled
5252
# (--no-default-features --features sentry_rustls)
53-
_sentry_native_tls = { package = "sentry", version = "0.32.3", optional = true }
54-
_sentry_rustls = { package = "sentry", version = "0.32.3", default-features = false, features = [
53+
_sentry_native_tls = { package = "sentry", version = "0.33.0", optional = true }
54+
_sentry_rustls = { package = "sentry", version = "0.33.0", default-features = false, features = [
5555
"backtrace",
5656
"contexts",
5757
"panic",

0 commit comments

Comments
 (0)