Skip to content

Commit 1f75a89

Browse files
committed
upgrade sentry to 0.25
1 parent dba9e1e commit 1f75a89

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ exclude = [
1919
consistency_check = ["crates-index", "rayon"]
2020

2121
[dependencies]
22-
sentry = "0.24.1"
23-
sentry-log = "0.24.1"
24-
sentry-panic = "0.24.1"
25-
sentry-anyhow = { version = "0.24.1", features = ["backtrace"] }
22+
sentry = "0.25.0"
23+
sentry-log = "0.25.0"
24+
sentry-panic = "0.25.0"
25+
sentry-anyhow = { version = "0.25.0", features = ["backtrace"] }
2626
log = "0.4"
2727
regex = "1"
2828
structopt = "0.3"

0 commit comments

Comments
 (0)