mirror of
https://github.com/flibusta-apps/users_settings_server.git
synced 2025-12-06 14:45:38 +01:00
Update deps
This commit is contained in:
@@ -4,7 +4,6 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[workspace]
|
||||
|
||||
members = [
|
||||
"prisma-cli"
|
||||
]
|
||||
@@ -15,11 +14,11 @@ members = [
|
||||
once_cell = "1.18.0"
|
||||
|
||||
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.8", features = ["postgresql"] }
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
serde = { version = "1.0.175", features = ["derive"] }
|
||||
|
||||
tokio = { version = "1.28.2", features = ["full"] }
|
||||
axum = { version = "0.6.18", features = ["json"] }
|
||||
axum-prometheus = "0.3.4"
|
||||
tokio = { version = "1.29.1", features = ["full"] }
|
||||
axum = { version = "0.6.19", features = ["json"] }
|
||||
axum-prometheus = "0.4.0"
|
||||
chrono = "0.4.26"
|
||||
sentry = "0.31.5"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user