Update deps

This commit is contained in:
2023-12-10 22:24:46 +01:00
parent 1cada2b695
commit a6f5a5be95
4 changed files with 316 additions and 176 deletions

View File

@@ -11,22 +11,22 @@ members = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
once_cell = "1.18.0"
once_cell = "1.19.0"
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.10", default-features = false, features = ["postgresql"] }
tokio = { version = "1.34.0", features = ["full"] }
tokio = { version = "1.35.0", features = ["full"] }
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"] }
axum = { version = "0.6.20", features = ["json"] }
axum-extra = { version ="0.8.0", features = ["query"] }
axum-prometheus = "0.4.0"
axum = { version = "0.7.2", features = ["json"] }
axum-extra = { version ="0.9.0", features = ["query"] }
axum-prometheus = "0.5.0"
serde = { version = "1.0.193", features = ["derive"] }
sentry = { version = "0.31.8", features = ["debug-images"] }
sentry = { version = "0.32.0", features = ["debug-images"] }
meilisearch-sdk = "0.24.3"