Skip to content

Commit

Permalink
chore(deps): update rust crate sentry to 0.33.0 (#476)
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)) |
workspace.dependencies | minor | `0.32.3` -> `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)

</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/matter-labs/zksync-withdrawal-finalizer).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 28, 2024
1 parent c70b886 commit 9697da4
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 19 deletions.
48 changes: 30 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tokio = "1.37.0"
clap = "4.5.4"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
sentry = { version = "0.32.3", default-features = false }
sentry = { version = "0.33.0", default-features = false }
lazy_static = "1.4.0"
itertools = "0.12.1"
serde = "1.0.200"
Expand Down

0 comments on commit 9697da4

Please sign in to comment.