mirror of
https://github.com/flibusta-apps/users_settings_server.git
synced 2025-12-06 06:35:39 +01:00
Update deps
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -14,14 +14,14 @@ members = [
|
||||
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"] }
|
||||
serde = { version = "1.0.196", features = ["derive"] }
|
||||
serde = { version = "1.0.198", features = ["derive"] }
|
||||
|
||||
tokio = { version = "1.36.0", features = ["full"] }
|
||||
axum = { version = "0.7.4", features = ["json"] }
|
||||
tokio = { version = "1.37.0", features = ["full"] }
|
||||
axum = { version = "0.7.5", features = ["json"] }
|
||||
axum-prometheus = "0.6.1"
|
||||
chrono = "0.4.33"
|
||||
sentry = { version = "0.32.2", features = ["debug-images"] }
|
||||
chrono = "0.4.38"
|
||||
sentry = { version = "0.32.3", features = ["debug-images"] }
|
||||
|
||||
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"] }
|
||||
|
||||
Reference in New Issue
Block a user