mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
Use ndc-spec v0.1.0. (#337)
V3_GIT_ORIGIN_REV_ID: ef97a6a0692e7c0741de96f0848d414d9b172106
This commit is contained in:
parent
a7ccadbcd9
commit
f869e7a8af
2
v3/Cargo.lock
generated
2
v3/Cargo.lock
generated
@ -1905,7 +1905,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ndc-client"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/hasura/ndc-spec.git?tag=v0.1.0-rc.18#46ef35891198840a21653738cb386f97b069f56f"
|
||||
source = "git+https://github.com/hasura/ndc-spec.git?tag=v0.1.0#8892f0524affd37e94097c2ce43da8740fc57aca"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"indexmap 2.1.0",
|
||||
|
@ -5,7 +5,7 @@ edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
ndc-client = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.18" }
|
||||
ndc-client = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.0" }
|
||||
indexmap = "2"
|
||||
serde_json = "^1.0.92"
|
||||
tokio = { version = "^1.26.0", features = ["macros", "parking_lot", "rt-multi-thread"] }
|
||||
|
@ -18,7 +18,7 @@ thiserror = "1.0"
|
||||
hasura-authn-core = { path = "../hasura-authn-core" }
|
||||
lang-graphql = { path = "../lang-graphql" }
|
||||
tracing-util = { path = "../tracing-util" }
|
||||
ndc-client = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.18" }
|
||||
ndc-client = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.0" }
|
||||
open-dds = { path = "../open-dds" }
|
||||
# util = { path = "../util" }
|
||||
serde = "1.0.152"
|
||||
|
@ -8,7 +8,7 @@ license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
derive_more = "0.99.17"
|
||||
ndc-client = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.18" }
|
||||
ndc-client = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.0" }
|
||||
schemars = { version = "0.8.12", features = ["smol_str", "preserve_order"] }
|
||||
serde = "1.0.152"
|
||||
serde_json = { version = "1.0.92", features = ["preserve_order"] }
|
||||
|
Loading…
Reference in New Issue
Block a user