@@ -14,7 +14,7 @@ members = [
14
14
" src/metagen-client-rs" ,
15
15
" tests/metagen/typegraphs/sample/rs" ,
16
16
" tests/metagen/typegraphs/sample/rs_upload" ,
17
- ]
17
+ ]
18
18
19
19
exclude = [
20
20
" tests/runtimes/wasm_reflected/rust" ,
@@ -72,19 +72,19 @@ sha2 = "0.10.8"
72
72
seahash = " 4.1.0"
73
73
74
74
# patterns
75
- anyhow = " 1.0.89" # FIXME: replace anyhow with eyre
75
+ anyhow = " 1.0.89" # FIXME: replace anyhow with eyre
76
76
color-eyre = " 0.6.3"
77
- eyre = " 0.6.12" # NOTE: keep in sync with verison used by color-eyre
77
+ eyre = " 0.6.12" # NOTE: keep in sync with verison used by color-eyre
78
78
thiserror = " 1.0.64"
79
79
indoc = " 2.0.5"
80
80
unindent = " 0.2.3"
81
81
itertools = " 0.13.0"
82
- lazy_static = " 1.5.0" # FIXME: replace with Lazy Cell
82
+ lazy_static = " 1.5.0" # FIXME: replace with Lazy Cell
83
83
crossbeam-channel = " 0.5.13"
84
84
enum_dispatch = " 0.3.13"
85
85
tap = " 1.0.1"
86
86
derive_more = { version = " 1" , features = [" from" ] }
87
- cached = " 0.53.1" # FIXME: replace usage with a Lazy Cell + dashmap
87
+ cached = " 0.53.1" # FIXME: replace usage with a Lazy Cell + dashmap
88
88
garde = " 0.20"
89
89
paste = " 1.0.15"
90
90
@@ -119,11 +119,12 @@ indexmap = { version = "2.6.0", features = ["serde"] }
119
119
semver = " 1.0.23"
120
120
dashmap = " 6.1.0"
121
121
connection-string = " 0.2.0"
122
- chrono = { version = " 0.4.38" , features = [" serde" ] }
122
+ chrono = { version = " 0.4.38" , features = [" serde" ] }
123
123
tera = { version = " 1.20" , default-features = false }
124
124
ordered-float = " 4.3.0"
125
125
graphql-parser = " 0.4.0"
126
126
uuid = " 1.10.0"
127
+ rustpython-parser = " 0.4.0"
127
128
128
129
# wasm
129
130
wasmtime = " 25.0.2"
@@ -153,7 +154,7 @@ tracing-unwrap = { version = "1.0.1", features = ["log-location"] }
153
154
tracing-appender = " 0.2.3"
154
155
155
156
# async
156
- futures = " =0.3.30" # pinned due to bug with .31 with zeromq (deno)
157
+ futures = " =0.3.30" # pinned due to bug with .31 with zeromq (deno)
157
158
futures-concurrency = " 7.6"
158
159
futures-lite = " 2.3"
159
160
tokio = { version = " 1" , features = [" parking_lot" ] }
@@ -167,7 +168,9 @@ temporal-sdk-core-protos = { git = "https://github.com/temporalio/sdk-core", rev
167
168
# prisma
168
169
query-core = { git = " https://github.com/metatypedev/prisma-engines" , branch = " fix/version-compat" }
169
170
query-connector = { git = " https://github.com/metatypedev/prisma-engines" , branch = " fix/version-compat" }
170
- request-handlers = { git = " https://github.com/metatypedev/prisma-engines" , features = [" all" ], branch = " fix/version-compat" }
171
+ request-handlers = { git = " https://github.com/metatypedev/prisma-engines" , features = [
172
+ " all" ,
173
+ ], branch = " fix/version-compat" }
171
174
datamodel-renderer = { git = " https://github.com/metatypedev/prisma-engines" , branch = " fix/version-compat" }
172
175
user-facing-errors = { git = " https://github.com/metatypedev/prisma-engines" , branch = " fix/version-compat" }
173
176
query-engine-metrics = { git = " https://github.com/metatypedev/prisma-engines" , branch = " fix/version-compat" }
0 commit comments