Update deps
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled

This commit is contained in:
2024-10-02 14:49:06 +02:00
parent 35fee8550f
commit 83cd82b9ba
2 changed files with 364 additions and 382 deletions

744
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,7 +15,7 @@ once_cell = "1.20.1"
dotenvy = "0.15.0" dotenvy = "0.15.0"
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.10", default-features = false, features = ["postgresql"] } prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.11", default-features = false, features = ["postgresql"] }
serde = { version = "1.0.210", features = ["derive"] } serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128" serde_json = "1.0.128"
reqwest = { version = "0.12.8", features = ["json", "stream", "multipart"] } reqwest = { version = "0.12.8", features = ["json", "stream", "multipart"] }