Skip to content

Commit 5233ab6

Browse files
committed
upgrade sentry to 0.42.0
1 parent 7a4c39b commit 5233ab6

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

Cargo.lock

Lines changed: 23 additions & 22 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
@@ -17,7 +17,7 @@ exclude = [
1717
]
1818

1919
[dependencies]
20-
sentry = { version = "0.41.0", features = ["panic", "tracing", "tower-http", "anyhow", "backtrace"] }
20+
sentry = { version = "0.42.0", features = ["panic", "tracing", "tower-http", "anyhow", "backtrace"] }
2121
log = "0.4"
2222
tracing = "0.1.37"
2323
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["ansi", "fmt", "json", "env-filter", "tracing-log"] }

0 commit comments

Comments
 (0)