Use ndc-spec v0.1.0. (#337)

V3_GIT_ORIGIN_REV_ID: ef97a6a0692e7c0741de96f0848d414d9b172106
This commit is contained in:
Samir Talwar 2024-03-07 14:18:51 +01:00 committed by hasura-bot
parent a7ccadbcd9
commit f869e7a8af
4 changed files with 4 additions and 4 deletions

2
v3/Cargo.lock generated
View File

@ -1905,7 +1905,7 @@ dependencies = [
[[package]] [[package]]
name = "ndc-client" name = "ndc-client"
version = "0.1.0" 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 = [ dependencies = [
"async-trait", "async-trait",
"indexmap 2.1.0", "indexmap 2.1.0",

View File

@ -5,7 +5,7 @@ edition.workspace = true
license.workspace = true license.workspace = true
[dependencies] [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" indexmap = "2"
serde_json = "^1.0.92" serde_json = "^1.0.92"
tokio = { version = "^1.26.0", features = ["macros", "parking_lot", "rt-multi-thread"] } tokio = { version = "^1.26.0", features = ["macros", "parking_lot", "rt-multi-thread"] }

View File

@ -18,7 +18,7 @@ thiserror = "1.0"
hasura-authn-core = { path = "../hasura-authn-core" } hasura-authn-core = { path = "../hasura-authn-core" }
lang-graphql = { path = "../lang-graphql" } lang-graphql = { path = "../lang-graphql" }
tracing-util = { path = "../tracing-util" } 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" } open-dds = { path = "../open-dds" }
# util = { path = "../util" } # util = { path = "../util" }
serde = "1.0.152" serde = "1.0.152"

View File

@ -8,7 +8,7 @@ license.workspace = true
[dependencies] [dependencies]
derive_more = "0.99.17" 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"] } schemars = { version = "0.8.12", features = ["smol_str", "preserve_order"] }
serde = "1.0.152" serde = "1.0.152"
serde_json = { version = "1.0.92", features = ["preserve_order"] } serde_json = { version = "1.0.92", features = ["preserve_order"] }