Skip to content

Commit 332acb3

Browse files
committed
upgrade sentry to 0.38.1
1 parent 7cfaef3 commit 332acb3

File tree

2 files changed

+229
-27
lines changed

2 files changed

+229
-27
lines changed

Cargo.lock

Lines changed: 228 additions & 26 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.37.0", features = ["panic", "tracing", "tower-http", "anyhow", "backtrace"] }
20+
sentry = { version = "0.38.1", 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)