Update deps

This commit is contained in:
2023-12-10 20:06:30 +01:00
parent 2b45348e98
commit b6763d495b
2 changed files with 47 additions and 59 deletions

View File

@@ -19,9 +19,9 @@ serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
reqwest = { version = "0.11.22", features = ["json", "stream", "multipart"] }
tokio = { version = "1.34.0", features = ["full"] }
tokio = { version = "1.35.0", features = ["full"] }
tokio-util = { version = "0.7.10", features = ["compat"] }
axum = { version = "0.7.1", features = ["json"] }
axum = { version = "0.7.2", features = ["json"] }
axum-prometheus = "0.5.0"
chrono = "0.4.31"
sentry = { version = "0.32.0", features = ["debug-images"] }