Skip to content

Commit b4ee58e

Browse files
committed
upgrade sentry packages
1 parent 36ddb73 commit b4ee58e

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

Cargo.lock

Lines changed: 20 additions & 20 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
@@ -20,11 +20,11 @@ exclude = [
2020
consistency_check = ["crates-index", "itertools"]
2121

2222
[dependencies]
23-
sentry = "0.32.1"
24-
sentry-panic = "0.32.1"
25-
sentry-tracing = "0.32.1"
26-
sentry-tower = { version = "0.32.1", features = ["http"] }
27-
sentry-anyhow = { version = "0.32.1", features = ["backtrace"] }
23+
sentry = "0.34.0"
24+
sentry-panic = "0.34.0"
25+
sentry-tracing = "0.34.0"
26+
sentry-tower = { version = "0.34.0", features = ["http"] }
27+
sentry-anyhow = { version = "0.34.0", features = ["backtrace"] }
2828
log = "0.4"
2929
tracing = "0.1.37"
3030
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["ansi", "fmt", "env-filter", "tracing-log"] }

0 commit comments

Comments
 (0)