Update deps

This commit is contained in:
2023-08-18 23:24:16 +02:00
parent 10dd0e2649
commit 4ff911f253
3 changed files with 61 additions and 1453 deletions

View File

@@ -13,7 +13,7 @@ members = [
[dependencies]
once_cell = "1.18.0"
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.8", features = ["postgresql"] }
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.9", default-features = false, features = ["postgresql"] }
serde = { version = "1.0.175", features = ["derive"] }
tokio = { version = "1.29.1", features = ["full"] }