Update deps

This commit is contained in:
2023-11-21 12:09:48 +01:00
parent 46d4a90ba8
commit 9bf0c9f313
2 changed files with 62 additions and 51 deletions

View File

@@ -15,18 +15,18 @@ 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"] }
tokio = { version = "1.33.0", features = ["full"] }
tokio = { version = "1.34.0", features = ["full"] }
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"] }
axum = { version = "0.6.20", features = ["json"] }
axum-extra = { version ="0.8.0", features = ["query"] }
axum-prometheus = "0.4.0"
serde = { version = "1.0.192", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
sentry = { version = "0.31.7", features = ["debug-images"] }
sentry = { version = "0.31.8", features = ["debug-images"] }
meilisearch-sdk = "0.24.3"