Update deps

This commit is contained in:
2023-11-21 12:18:57 +01:00
parent f1ebf85067
commit 7bd34e0fec
2 changed files with 43 additions and 32 deletions

View File

@@ -15,19 +15,19 @@ members = [
once_cell = "1.18.0"
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.10", default-features = false, features = ["postgresql"] }
serde = { version = "1.0.192", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
reqwest = { version = "0.11.22", features = ["json", "stream", "multipart"] }
tokio = { version = "1.33.0", features = ["full"] }
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"
chrono = "0.4.31"
sentry = { version = "0.31.7", features = ["debug-images"] }
sentry = { version = "0.31.8", features = ["debug-images"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"]}
tracing-subscriber = { version = "0.3.18", features = ["env-filter"]}
tower-http = { version = "0.4.4", features = ["trace"] }
base64 = "0.21.5"