Refactor and update deps

This commit is contained in:
2024-06-02 15:10:01 +02:00
parent 8e598e2b64
commit 42d74511da
5 changed files with 92 additions and 134 deletions

View File

@@ -16,29 +16,28 @@ once_cell = "1.19.0"
dotenv = "0.15.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.198", features = ["derive"] }
serde_json = "1.0.116"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
reqwest = { version = "0.12.4", features = ["json", "stream", "multipart"] }
tokio = { version = "1.37.0", features = ["full"] }
tokio-util = { version = "0.7.10", features = ["compat"] }
tokio = { version = "1.38.0", features = ["full"] }
tokio-util = { version = "0.7.11", features = ["compat"] }
axum = { version = "0.7.5", features = ["json"] }
axum-prometheus = "0.6.1"
chrono = "0.4.38"
sentry = { version = "0.32.3", features = ["debug-images"] }
sentry = { version = "0.33.0", features = ["debug-images"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"]}
sentry-tracing = "0.32.3"
sentry-tracing = "0.33.0"
tower-http = { version = "0.5.2", features = ["trace"] }
base64 = "0.22.0"
base64 = "0.22.1"
futures = "0.3.30"
futures-core = "0.3.30"
async-stream = "0.3.5"
minio-rsc = "0.2.2"
tempfile = "3.10.1"
bytes = "1.6.0"