Skip to content

Commit 3c44abe

Browse files
committed
upgrade sentry crates
1 parent 61bca32 commit 3c44abe

File tree

2 files changed

+57
-23
lines changed

2 files changed

+57
-23
lines changed

Cargo.lock

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

Cargo.toml

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

2121
[dependencies]
22-
sentry = "0.27.0"
23-
sentry-panic = "0.27.0"
24-
sentry-tracing = "0.27.0"
25-
sentry-tower = { version = "0.27.0", features = ["http"] }
26-
sentry-anyhow = { version = "0.27.0", features = ["backtrace"] }
22+
sentry = "0.29.0"
23+
sentry-panic = "0.29.0"
24+
sentry-tracing = "0.29.0"
25+
sentry-tower = { version = "0.29.0", features = ["http"] }
26+
sentry-anyhow = { version = "0.29.0", features = ["backtrace"] }
2727
log = "0.4"
2828
tracing = "0.1.37"
2929
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["ansi", "fmt", "env-filter"] }

0 commit comments

Comments
 (0)