Upgrade Sentry to 0.42.0

This commit is contained in:
Quentin Gliech
2025-07-30 13:54:55 +02:00
parent 6cbd8742b0
commit 687ec75b26
3 changed files with 43 additions and 44 deletions

View File

@@ -60,7 +60,6 @@ multiple-versions = "deny"
skip = [
{ name = "regex-syntax", version = "0.6.29" }, # tracing-subscriber[env-filter] -> matchers depends on the old version
{ name = "regex-automata", version = "0.1.10" }, # ^
{ name = "itertools", version = "0.12.1" }, # otel -> prost depends on this old version
{ name = "itertools", version = "0.13.0" }, # zxcvbn depends on this old version
{ name = "indexmap", version = "1.9.3" }, # schemars depends on this old version
{ name = "hashbrown", version = "0.12.3" }, # schemars -> indexmap depends on this old version