Update deps

This commit is contained in:
2024-04-25 16:30:21 +02:00
parent f7e1810077
commit b252ac2994
2 changed files with 215 additions and 87 deletions

View File

@@ -15,21 +15,21 @@ once_cell = "1.19.0"
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.11", default-features = false, features = ["postgresql"] }
tokio = { version = "1.36.0", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"]}
tower-http = { version = "0.5.1", features = ["trace"] }
tower-http = { version = "0.5.2", features = ["trace"] }
axum = { version = "0.7.4", features = ["json"] }
axum-extra = { version ="0.9.2", features = ["query"] }
axum = { version = "0.7.5", features = ["json"] }
axum-extra = { version ="0.9.3", features = ["query"] }
axum-prometheus = "0.6.1"
serde = { version = "1.0.196", features = ["derive"] }
serde = { version = "1.0.198", features = ["derive"] }
sentry = { version = "0.32.2", features = ["debug-images"] }
sentry = { version = "0.32.3", features = ["debug-images"] }
meilisearch-sdk = "0.24.3"
meilisearch-sdk = "0.25.0"
rand = "0.8.5"
chrono = "0.4.33"
chrono = "0.4.38"