Update deps

This commit is contained in:
2023-07-24 18:14:09 +02:00
parent c499a6efa7
commit 54adbc7717
2 changed files with 20 additions and 20 deletions

View File

@@ -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"