From 948642d876c342f5925695bc3e487df6a02af9b2 Mon Sep 17 00:00:00 2001 From: Brendan Allan Date: Mon, 28 Aug 2023 17:40:49 +0800 Subject: [PATCH] 0.6.10 --- Cargo.lock | 74 +++++++++++++++++++++++------------------------ Cargo.toml | 24 +++++++-------- cli/Cargo.toml | 2 +- macros/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- 5 files changed, 52 insertions(+), 52 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b47d1268..3db34bf1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -929,7 +929,7 @@ dependencies = [ [[package]] name = "builtin-psl-connectors" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "connection-string", "either", @@ -1571,7 +1571,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb" [[package]] name = "datamodel-renderer" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "base64 0.13.1", "once_cell", @@ -1639,7 +1639,7 @@ dependencies = [ [[package]] name = "diagnostics" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "colored", "indoc 1.0.9", @@ -1716,7 +1716,7 @@ checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" [[package]] name = "dml" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "chrono", "cuid", @@ -1734,7 +1734,7 @@ dependencies = [ [[package]] name = "dmmf" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "bigdecimal", "indexmap", @@ -2982,7 +2982,7 @@ dependencies = [ [[package]] name = "introspection-connector" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "anyhow", "async-trait", @@ -3118,7 +3118,7 @@ dependencies = [ [[package]] name = "json-rpc-api-build" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "backtrace", "heck 0.3.3", @@ -3607,7 +3607,7 @@ dependencies = [ [[package]] name = "migration-connector" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "chrono", "enumflags2", @@ -3622,7 +3622,7 @@ dependencies = [ [[package]] name = "migration-core" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "async-trait", "chrono", @@ -3744,7 +3744,7 @@ dependencies = [ [[package]] name = "mongodb-client" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "mongodb", "once_cell", @@ -3755,7 +3755,7 @@ dependencies = [ [[package]] name = "mongodb-introspection-connector" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "async-trait", "convert_case 0.5.0", @@ -3778,7 +3778,7 @@ dependencies = [ [[package]] name = "mongodb-migration-connector" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "enumflags2", "futures", @@ -3796,7 +3796,7 @@ dependencies = [ [[package]] name = "mongodb-query-connector" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "anyhow", "async-trait", @@ -3829,7 +3829,7 @@ dependencies = [ [[package]] name = "mongodb-schema-describer" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "futures", "mongodb", @@ -4373,7 +4373,7 @@ dependencies = [ [[package]] name = "parser-database" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "diagnostics", "either", @@ -4772,7 +4772,7 @@ dependencies = [ [[package]] name = "prisma-client-rust" -version = "0.6.9" +version = "0.6.10" dependencies = [ "base64 0.13.1", "bigdecimal", @@ -4807,7 +4807,7 @@ dependencies = [ [[package]] name = "prisma-client-rust-cli" -version = "0.6.9" +version = "0.6.10" dependencies = [ "directories", "flate2", @@ -4826,7 +4826,7 @@ dependencies = [ [[package]] name = "prisma-client-rust-macros" -version = "0.6.9" +version = "0.6.10" dependencies = [ "convert_case 0.6.0", "proc-macro2", @@ -4837,7 +4837,7 @@ dependencies = [ [[package]] name = "prisma-client-rust-sdk" -version = "0.6.9" +version = "0.6.10" dependencies = [ "convert_case 0.5.0", "dml", @@ -4858,7 +4858,7 @@ dependencies = [ [[package]] name = "prisma-models" version = "0.0.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "bigdecimal", "chrono", @@ -4874,7 +4874,7 @@ dependencies = [ [[package]] name = "prisma-value" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "base64 0.12.3", "bigdecimal", @@ -4981,7 +4981,7 @@ dependencies = [ [[package]] name = "psl" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "builtin-psl-connectors", "dml", @@ -4991,7 +4991,7 @@ dependencies = [ [[package]] name = "psl-core" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "bigdecimal", "chrono", @@ -5089,7 +5089,7 @@ dependencies = [ [[package]] name = "query-connector" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "anyhow", "async-trait", @@ -5109,7 +5109,7 @@ dependencies = [ [[package]] name = "query-core" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "async-trait", "base64 0.12.3", @@ -5155,7 +5155,7 @@ dependencies = [ [[package]] name = "query-engine-metrics" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "metrics 0.18.1", "metrics-exporter-prometheus", @@ -5444,7 +5444,7 @@ dependencies = [ [[package]] name = "request-handlers" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "bigdecimal", "connection-string", @@ -5831,7 +5831,7 @@ dependencies = [ [[package]] name = "schema" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "once_cell", "prisma-models", @@ -5841,7 +5841,7 @@ dependencies = [ [[package]] name = "schema-ast" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "diagnostics", "pest", @@ -5851,7 +5851,7 @@ dependencies = [ [[package]] name = "schema-builder" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "itertools", "lazy_static", @@ -6330,12 +6330,12 @@ checksum = "7dccf47db1b41fa1573ed27ccf5e08e3ca771cb994f776668c5ebda893b248fc" [[package]] name = "sql-ddl" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" [[package]] name = "sql-introspection-connector" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "anyhow", "async-trait", @@ -6359,7 +6359,7 @@ dependencies = [ [[package]] name = "sql-migration-connector" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "chrono", "connection-string", @@ -6386,7 +6386,7 @@ dependencies = [ [[package]] name = "sql-query-connector" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "anyhow", "async-trait", @@ -6417,7 +6417,7 @@ dependencies = [ [[package]] name = "sql-schema-describer" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "async-trait", "bigdecimal", @@ -7561,7 +7561,7 @@ dependencies = [ [[package]] name = "user-facing-error-macros" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "proc-macro2", "quote", @@ -7571,7 +7571,7 @@ dependencies = [ [[package]] name = "user-facing-errors" version = "0.1.0" -source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.5#7cc20cc54a7ab0b5e38c81901826939a91a17ba0" +source = "git+https://github.com/Brendonovich/prisma-engines?tag=pcr-0.6.10#7e31dbeb1087c55a71c141c07d87bb39bc3a4e38" dependencies = [ "backtrace", "indoc 1.0.9", diff --git a/Cargo.toml b/Cargo.toml index e71c128e..af7a579d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prisma-client-rust" -version = "0.6.9" +version = "0.6.10" authors = ["Brendan Allan "] edition = "2021" description = "A prisma client for Rust" @@ -42,17 +42,17 @@ mongodb = ["query-core/mongodb", "migration-core/mongodb"] [workspace.dependencies] prisma-client-rust = { path = "." } -diagnostics = { git = "https://github.com/Brendonovich/prisma-engines", branch = "pcr-0.6.x" } -dml = { git = "https://github.com/Brendonovich/prisma-engines", branch = "pcr-0.6.x" } -dmmf = { git = "https://github.com/Brendonovich/prisma-engines", branch = "pcr-0.6.x" } -migration-core = { git = "https://github.com/Brendonovich/prisma-engines", branch = "pcr-0.6.x" } -prisma-models = { git = "https://github.com/Brendonovich/prisma-engines", branch = "pcr-0.6.x" } -psl = { git = "https://github.com/Brendonovich/prisma-engines", branch = "pcr-0.6.x" } -query-connector = { git = "https://github.com/Brendonovich/prisma-engines", branch = "pcr-0.6.x" } -query-core = { git = "https://github.com/Brendonovich/prisma-engines", branch = "pcr-0.6.x" } -request-handlers = { git = "https://github.com/Brendonovich/prisma-engines", branch = "pcr-0.6.x" } -schema = { git = "https://github.com/Brendonovich/prisma-engines", branch = "pcr-0.6.x" } -user-facing-errors = { git = "https://github.com/Brendonovich/prisma-engines", branch = "pcr-0.6.x" } +diagnostics = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.10" } +dml = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.10" } +dmmf = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.10" } +migration-core = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.10" } +prisma-models = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.10" } +psl = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.10" } +query-connector = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.10" } +query-core = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.10" } +request-handlers = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.10" } +schema = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.10" } +user-facing-errors = { git = "https://github.com/Brendonovich/prisma-engines", tag = "pcr-0.6.10" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f058e3b7..77dc1627 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prisma-client-rust-cli" -version = "0.6.9" +version = "0.6.10" authors = ["Brendan Allan "] edition = "2021" rust-version = "1.62" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index f9da90da..e461da78 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prisma-client-rust-macros" -version = "0.6.9" +version = "0.6.10" edition = "2021" [lib] diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 16903843..1f747c2a 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prisma-client-rust-sdk" -version = "0.6.9" +version = "0.6.10" authors = ["Brendan Allan "] edition = "2021" rust-version = "1.62"