Skip to content

Commit 0cbfe3f

Browse files
committed
Auto merge of #4497 - rust-lang:renovate/sentry-0.x, r=Turbo87
Update Rust crate sentry to v0.24.2 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sentry](https://crates.io/crates/sentry) | dependencies | patch | `=0.24.1` -> `=0.24.2` | --- ### Configuration 📅 **Schedule**: 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, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 91ac6b4 + cc86ce0 commit 0cbfe3f

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ rand = "=0.8.4"
7272
reqwest = { version = "=0.11.9", features = ["blocking", "gzip", "json"] }
7373
scheduled-thread-pool = "=0.2.5"
7474
semver = { version = "=1.0.4", features = ["serde"] }
75-
sentry = { version = "=0.24.1", features = ["tracing"] }
75+
sentry = { version = "=0.24.2", features = ["tracing"] }
7676
sentry-conduit = { version = "=0.5.0", default-features = false }
7777
serde = { version = "=1.0.135", features = ["derive"] }
7878
serde_json = "=1.0.78"

0 commit comments

Comments
 (0)