Update deps and refactor

This commit is contained in:
2025-08-09 23:10:40 +02:00
parent ae292b180c
commit 34f0c9feb6
18 changed files with 387 additions and 358 deletions

View File

@@ -34,7 +34,7 @@ tower-http = { version = "0.6.2", features = ["trace"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
sentry-tracing = "0.41.0"
sentry-tracing = "0.42.0"
reqwest = { version = "0.12.15", features = ["json", "stream"] }
@@ -66,5 +66,5 @@ smartstring = { version = "1.0.1", features = ["serde"] }
moka = { version = "0.12.10", features = ["future"] }
sentry = { version = "0.41.0", features = ["debug-images"] }
sentry = { version = "0.42.0", features = ["debug-images"] }
anyhow = "1.0.98"