Update deps

This commit is contained in:
2023-12-01 20:42:21 +01:00
parent 7a7814abb5
commit 2b45348e98
4 changed files with 278 additions and 126 deletions

View File

@@ -21,14 +21,14 @@ reqwest = { version = "0.11.22", features = ["json", "stream", "multipart"] }
tokio = { version = "1.34.0", features = ["full"] }
tokio-util = { version = "0.7.10", features = ["compat"] }
axum = { version = "0.6.20", features = ["json"] }
axum-prometheus = "0.4.0"
axum = { version = "0.7.1", features = ["json"] }
axum-prometheus = "0.5.0"
chrono = "0.4.31"
sentry = { version = "0.31.8", features = ["debug-images"] }
sentry = { version = "0.32.0", features = ["debug-images"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"]}
tower-http = { version = "0.4.4", features = ["trace"] }
tower-http = { version = "0.5.0", features = ["trace"] }
base64 = "0.21.5"