Skip to content

Commit b8f7b5b

Browse files
committed
Auto merge of #4470 - rust-lang:renovate/sentry-0.x, r=Turbo87
Update Rust crate sentry to v0.24.1 [![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 | minor | `=0.23.0` -> `=0.24.1` | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **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 ccead54 + 7c6f4a5 commit b8f7b5b

File tree

2 files changed

+26
-41
lines changed

2 files changed

+26
-41
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ 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.23.0", features = ["tracing"] }
76-
sentry-conduit = { version = "=0.4.0", default-features = false }
75+
sentry = { version = "=0.24.1", features = ["tracing"] }
76+
sentry-conduit = { version = "=0.5.0", default-features = false }
7777
serde = { version = "=1.0.134", features = ["derive"] }
7878
serde_json = "=1.0.75"
7979
sha2 = "=0.10.1"
@@ -85,7 +85,7 @@ thiserror = "=1.0.30"
8585
tokio = { version = "=1.15.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
8686
toml = "=0.5.8"
8787
tracing = "=0.1.29"
88-
tracing-subscriber = "=0.2.25"
88+
tracing-subscriber = { version = "=0.3.6", features = ["env-filter"] }
8989
url = "=2.2.2"
9090

9191
[dev-dependencies]

0 commit comments

Comments
 (0)