Update deps

This commit is contained in:
2024-02-04 12:57:08 +01:00
parent 4c6720c9ac
commit ad4bd9e24c
3 changed files with 333 additions and 339 deletions

652
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,23 +13,23 @@ members = [
[dependencies] [dependencies]
once_cell = "1.19.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"] } prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.11", default-features = false, features = ["postgresql"] }
tokio = { version = "1.35.0", features = ["full"] } tokio = { version = "1.36.0", features = ["full"] }
tracing = "0.1.40" tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"]} tracing-subscriber = { version = "0.3.18", features = ["env-filter"]}
tower-http = { version = "0.5.0", features = ["trace"] } tower-http = { version = "0.5.1", features = ["trace"] }
axum = { version = "0.7.2", features = ["json"] } axum = { version = "0.7.4", features = ["json"] }
axum-extra = { version ="0.9.0", features = ["query"] } axum-extra = { version ="0.9.2", features = ["query"] }
axum-prometheus = "0.5.0" axum-prometheus = "0.6.1"
serde = { version = "1.0.193", features = ["derive"] } serde = { version = "1.0.196", features = ["derive"] }
sentry = { version = "0.32.0", features = ["debug-images"] } sentry = { version = "0.32.2", features = ["debug-images"] }
meilisearch-sdk = "0.24.3" meilisearch-sdk = "0.24.3"
rand = "0.8.5" rand = "0.8.5"
chrono = "0.4.31" chrono = "0.4.33"

View File

@@ -6,4 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
prisma-client-rust-cli = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.10", default-features = false, features = ["postgresql"] } prisma-client-rust-cli = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.11", default-features = false, features = ["postgresql"] }