update prisma

This commit is contained in:
Brendan Allan 2023-01-06 01:19:19 +08:00
parent 58f5d8bb4d
commit de3a979127
2 changed files with 6 additions and 6 deletions

6
Cargo.lock generated
View file

@ -4353,7 +4353,7 @@ dependencies = [
[[package]]
name = "prisma-client-rust"
version = "0.6.3"
source = "git+https://github.com/Brendonovich/prisma-client-rust.git?rev=c3161ab535b49e64bc4ad3fc1314ebaeb0191f4c#c3161ab535b49e64bc4ad3fc1314ebaeb0191f4c"
source = "git+https://github.com/Brendonovich/prisma-client-rust.git?rev=1e30449d2981cbe0bb9252511493474eb35b2696#1e30449d2981cbe0bb9252511493474eb35b2696"
dependencies = [
"base64 0.13.1",
"bigdecimal",
@ -4387,7 +4387,7 @@ dependencies = [
[[package]]
name = "prisma-client-rust-cli"
version = "0.6.3"
source = "git+https://github.com/Brendonovich/prisma-client-rust.git?rev=c3161ab535b49e64bc4ad3fc1314ebaeb0191f4c#c3161ab535b49e64bc4ad3fc1314ebaeb0191f4c"
source = "git+https://github.com/Brendonovich/prisma-client-rust.git?rev=1e30449d2981cbe0bb9252511493474eb35b2696#1e30449d2981cbe0bb9252511493474eb35b2696"
dependencies = [
"directories",
"flate2",
@ -4407,7 +4407,7 @@ dependencies = [
[[package]]
name = "prisma-client-rust-sdk"
version = "0.6.3"
source = "git+https://github.com/Brendonovich/prisma-client-rust.git?rev=c3161ab535b49e64bc4ad3fc1314ebaeb0191f4c#c3161ab535b49e64bc4ad3fc1314ebaeb0191f4c"
source = "git+https://github.com/Brendonovich/prisma-client-rust.git?rev=1e30449d2981cbe0bb9252511493474eb35b2696#1e30449d2981cbe0bb9252511493474eb35b2696"
dependencies = [
"convert_case 0.5.0",
"dml",

View file

@ -12,19 +12,19 @@ members = [
]
[workspace.dependencies]
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust.git", rev = "c3161ab535b49e64bc4ad3fc1314ebaeb0191f4c", features = [
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust.git", rev = "1e30449d2981cbe0bb9252511493474eb35b2696", features = [
"rspc",
"sqlite-create-many",
"migrations",
"sqlite",
], default-features = false }
prisma-client-rust-cli = { git = "https://github.com/Brendonovich/prisma-client-rust.git", rev = "c3161ab535b49e64bc4ad3fc1314ebaeb0191f4c", features = [
prisma-client-rust-cli = { git = "https://github.com/Brendonovich/prisma-client-rust.git", rev = "1e30449d2981cbe0bb9252511493474eb35b2696", features = [
"rspc",
"sqlite-create-many",
"migrations",
"sqlite",
], default-features = false }
prisma-client-rust-sdk = { git = "https://github.com/Brendonovich/prisma-client-rust.git", rev = "c3161ab535b49e64bc4ad3fc1314ebaeb0191f4c", features = [
prisma-client-rust-sdk = { git = "https://github.com/Brendonovich/prisma-client-rust.git", rev = "1e30449d2981cbe0bb9252511493474eb35b2696", features = [
"sqlite",
], default-features = false }