From d042854f684536356e8e3436cbd8a590093fa956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:55:34 +0000 Subject: [PATCH] chore(deps): Bump ndc-client from v0.1.0-rc.13 to v0.1.0-rc.14 Bumps [ndc-client](https://github.com/hasura/ndc-spec) from v0.1.0-rc.13 to v0.1.0-rc.14. - [Commits](https://github.com/hasura/ndc-spec/compare/1f9b2a996ad74ac4bc97a783c4d014a3fd46b08e...cd24992ea77010e1ef2dff18f7d5656fb0546f3b) --- updated-dependencies: - dependency-name: ndc-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 27 ++++++++++++++++++----- crates/connectors/ndc-postgres/Cargo.toml | 2 +- crates/tests/tests-common/Cargo.toml | 2 +- 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9cf6c585a..3468f0238 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1475,6 +1475,23 @@ dependencies = [ "url", ] +[[package]] +name = "ndc-client" +version = "0.1.0" +source = "git+https://github.com/hasura/ndc-spec.git?tag=v0.1.0-rc.14#cd24992ea77010e1ef2dff18f7d5656fb0546f3b" +dependencies = [ + "async-trait", + "indexmap 2.2.1", + "opentelemetry", + "reqwest", + "schemars", + "serde", + "serde_derive", + "serde_json", + "serde_with 2.3.3", + "url", +] + [[package]] name = "ndc-postgres" version = "0.1.0" @@ -1485,7 +1502,7 @@ dependencies = [ "env_logger", "hyper", "insta", - "ndc-client", + "ndc-client 0.1.0 (git+https://github.com/hasura/ndc-spec.git?tag=v0.1.0-rc.14)", "ndc-sdk", "ndc-test", "percent-encoding", @@ -1522,7 +1539,7 @@ dependencies = [ "http", "indexmap 2.2.1", "mime", - "ndc-client", + "ndc-client 0.1.0 (git+https://github.com/hasura/ndc-spec.git?tag=v0.1.0-rc.13)", "ndc-test", "opentelemetry", "opentelemetry-http", @@ -1553,7 +1570,7 @@ dependencies = [ "clap", "colored", "indexmap 2.2.1", - "ndc-client", + "ndc-client 0.1.0 (git+https://github.com/hasura/ndc-spec.git?tag=v0.1.0-rc.13)", "proptest", "reqwest", "semver", @@ -1737,7 +1754,7 @@ version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75e56d5c441965b6425165b7e3223cc933ca469834f4a8b4786817a1f9dc4f13" dependencies = [ - "indexmap 1.9.3", + "indexmap 2.2.1", "serde", "serde_json", ] @@ -3146,7 +3163,7 @@ dependencies = [ "env_logger", "hyper", "jsonschema", - "ndc-client", + "ndc-client 0.1.0 (git+https://github.com/hasura/ndc-spec.git?tag=v0.1.0-rc.14)", "ndc-postgres", "ndc-sdk", "ndc-test", diff --git a/crates/connectors/ndc-postgres/Cargo.toml b/crates/connectors/ndc-postgres/Cargo.toml index 81c96fa98..614179711 100644 --- a/crates/connectors/ndc-postgres/Cargo.toml +++ b/crates/connectors/ndc-postgres/Cargo.toml @@ -34,7 +34,7 @@ tracing = "0.1.40" url = "2.5.0" [dev-dependencies] -ndc-client = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.13" } +ndc-client = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.14" } ndc-test = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.13" } tests-common = { path = "../../tests/tests-common" } diff --git a/crates/tests/tests-common/Cargo.toml b/crates/tests/tests-common/Cargo.toml index ab6912445..5fd44280f 100644 --- a/crates/tests/tests-common/Cargo.toml +++ b/crates/tests/tests-common/Cargo.toml @@ -9,7 +9,7 @@ name = "tests_common" path = "src/lib.rs" [dependencies] -ndc-client = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.13" } +ndc-client = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.14" } ndc-postgres = { path = "../../connectors/ndc-postgres" } ndc-sdk = { git = "https://github.com/hasura/ndc-hub.git", rev = "3b6c480" } ndc-test = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.13" }