Skip to content

Commit

Permalink
feat(deps): update rust crate sentry to 0.33.0 (#75)
Browse files Browse the repository at this point in the history
[![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
([#&#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)

###
[`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.
([#&#8203;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
([#&#8203;638](https://togithub.com/getsentry/sentry-rust/issues/638))
by [@&#8203;szokeasaurusrex](https://togithub.com/szokeasaurusrex)
- build(deps): bump h2 from 0.3.22 to 0.3.24
([#&#8203;635](https://togithub.com/getsentry/sentry-rust/issues/635))
by [@&#8203;dependabot](https://togithub.com/dependabot)
- fix(hub): avoid deadlocks when emitting events
([#&#8203;633](https://togithub.com/getsentry/sentry-rust/issues/633))
by [@&#8203;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 <marti@juffo.org>
  • Loading branch information
renovate[bot] and intgr committed May 28, 2024
1 parent 4f9f31d commit adb86d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "rocket-sentry"
version = "0.17.0"
edition = "2021"
rust-version = "1.64.0"
rust-version = "1.73.0"

# Metadata
authors = ["Marti Raudsepp <marti@juffo.org>"]
Expand All @@ -17,7 +17,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
sentry = "0.32.0"
sentry = "0.33.0"
rocket = { version = "0.5.0-rc.2", default-features = false }
log = "0.4.17"
serde = "1.0.137"
Expand Down

0 comments on commit adb86d3

Please sign in to comment.