From d4328f8280fe7d32abb12de565911e04d5aea85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Vasconcellos?= Date: Sun, 21 Jan 2024 23:17:27 -0300 Subject: [PATCH] Update prisma-client-rust to fix compiling from source on Linux (#1958) Update prisma-client-rust to fix compiling from source on linux - Fix rolling release distros that are already using openssl > 3.0 --- Cargo.lock | Bin 257101 -> 257101 bytes Cargo.toml | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0af7b1302522a00fc30bc7648e2bc5b816881164..d7a4ed8bcedd4e6a4c0328cbeb24e8c97d9dbb2b 100644 GIT binary patch delta 497 zcmX?mga7Oe{)QIDElhUS0cn<&DQ0P=reyz zDM^VY2Fk=Koc^$wQGB|A7?Z&CURNfi?bocCE-})?lI?tUOrf+fdOFZ(+vzfgm^ilc hIWV!)#1e_=HI7UdXc01Cllj^YIx%fO=)~N!5&&ArkFo#& diff --git a/Cargo.toml b/Cargo.toml index 61bb31cd4..3a5fa505e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,19 +22,19 @@ repository = "https://github.com/spacedriveapp/spacedrive" [workspace.dependencies] # First party dependencies -prisma-client-rust = { git = "https://github.com/spacedriveapp/prisma-client-rust", rev = "9f8ac122e8f2b2e4957b71f48a37e06565adba40", features = [ +prisma-client-rust = { git = "https://github.com/spacedriveapp/prisma-client-rust", rev = "f99d6f5566570f3ab1edecb7a172ad25b03d95af", features = [ "rspc", "sqlite-create-many", "migrations", "sqlite", ], default-features = false } -prisma-client-rust-cli = { git = "https://github.com/spacedriveapp/prisma-client-rust", rev = "9f8ac122e8f2b2e4957b71f48a37e06565adba40", features = [ +prisma-client-rust-cli = { git = "https://github.com/spacedriveapp/prisma-client-rust", rev = "f99d6f5566570f3ab1edecb7a172ad25b03d95af", features = [ "rspc", "sqlite-create-many", "migrations", "sqlite", ], default-features = false } -prisma-client-rust-sdk = { git = "https://github.com/spacedriveapp/prisma-client-rust", rev = "9f8ac122e8f2b2e4957b71f48a37e06565adba40", features = [ +prisma-client-rust-sdk = { git = "https://github.com/spacedriveapp/prisma-client-rust", rev = "f99d6f5566570f3ab1edecb7a172ad25b03d95af", features = [ "sqlite", ], default-features = false }