mirror of
https://github.com/flibusta-apps/services_manager_server.git
synced 2025-12-06 04:25:38 +01:00
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -11,18 +11,18 @@ members = [
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
once_cell = "1.19.0"
|
||||
once_cell = "1.20.1"
|
||||
|
||||
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 = { version = "1.0.210", features = ["derive"] }
|
||||
|
||||
tokio = { version = "1.37.0", features = ["full"] }
|
||||
axum = { version = "0.7.5", features = ["json"] }
|
||||
axum-prometheus = "0.6.1"
|
||||
tokio = { version = "1.40.0", features = ["full"] }
|
||||
axum = { version = "0.7.7", features = ["json"] }
|
||||
axum-prometheus = "0.7.0"
|
||||
chrono = "0.4.38"
|
||||
sentry = { version = "0.32.3", features = ["debug-images"] }
|
||||
sentry = { version = "0.34.0", features = ["debug-images"] }
|
||||
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter"]}
|
||||
sentry-tracing = "0.32.3"
|
||||
tower-http = { version = "0.5.2", features = ["trace"] }
|
||||
sentry-tracing = "0.34.0"
|
||||
tower-http = { version = "0.6.1", features = ["trace"] }
|
||||
|
||||
Reference in New Issue
Block a user