From 67bfbbdf0b01965c8347fd40034ec257d5bad28b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 14:59:14 +0000 Subject: [PATCH] chore(deps): Bump ndc-test from v0.2.3 to v0.2.8 Bumps [ndc-test](https://github.com/hasura/ndc-spec) from v0.2.3 to v0.2.8. - [Release notes](https://github.com/hasura/ndc-spec/releases) - [Commits](https://github.com/hasura/ndc-spec/compare/df67fa6469431f9304aac9c237e9d2327d20da20...f40cb8a784e837b1a33a8d7061888a9f95d18163) --- updated-dependencies: - dependency-name: ndc-test dependency-version: f40cb8a784e837b1a33a8d7061888a9f95d18163 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 +++++++++++----------- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 24768985..f9389d98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1793,8 +1793,8 @@ dependencies = [ [[package]] name = "ndc-models" -version = "0.2.2" -source = "git+https://github.com/hasura/ndc-spec.git?tag=v0.2.3#272a95c511c457a6d6068ee359dddbc0afbd7a17" +version = "0.2.4" +source = "git+https://github.com/hasura/ndc-spec.git?tag=v0.2.4#df67fa6469431f9304aac9c237e9d2327d20da20" dependencies = [ "indexmap 2.10.0", "ref-cast", @@ -1807,8 +1807,8 @@ dependencies = [ [[package]] name = "ndc-models" -version = "0.2.4" -source = "git+https://github.com/hasura/ndc-spec.git?tag=v0.2.4#df67fa6469431f9304aac9c237e9d2327d20da20" +version = "0.2.8" +source = "git+https://github.com/hasura/ndc-spec.git?tag=v0.2.8#f40cb8a784e837b1a33a8d7061888a9f95d18163" dependencies = [ "indexmap 2.10.0", "ref-cast", @@ -1932,14 +1932,14 @@ dependencies = [ [[package]] name = "ndc-test" -version = "0.2.2" -source = "git+https://github.com/hasura/ndc-spec.git?tag=v0.2.3#272a95c511c457a6d6068ee359dddbc0afbd7a17" +version = "0.2.4" +source = "git+https://github.com/hasura/ndc-spec.git?tag=v0.2.4#df67fa6469431f9304aac9c237e9d2327d20da20" dependencies = [ "async-trait", "clap", "colorful", "indexmap 2.10.0", - "ndc-models 0.2.2", + "ndc-models 0.2.4", "pretty_assertions", "rand 0.8.5", "reqwest 0.12.12", @@ -1953,14 +1953,14 @@ dependencies = [ [[package]] name = "ndc-test" -version = "0.2.4" -source = "git+https://github.com/hasura/ndc-spec.git?tag=v0.2.4#df67fa6469431f9304aac9c237e9d2327d20da20" +version = "0.2.8" +source = "git+https://github.com/hasura/ndc-spec.git?tag=v0.2.8#f40cb8a784e837b1a33a8d7061888a9f95d18163" dependencies = [ "async-trait", "clap", "colorful", "indexmap 2.10.0", - "ndc-models 0.2.4", + "ndc-models 0.2.8", "pretty_assertions", "rand 0.8.5", "reqwest 0.12.12", @@ -3625,7 +3625,7 @@ dependencies = [ "ndc-postgres", "ndc-postgres-configuration", "ndc-sdk", - "ndc-test 0.2.2", + "ndc-test 0.2.8", "reqwest 0.12.12", "schemars", "serde", diff --git a/Cargo.toml b/Cargo.toml index 73495d2e..aeb67cc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ too_many_lines = "allow" [workspace.dependencies] ndc-models = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.2.4" } ndc-sdk = { git = "https://github.com/hasura/ndc-sdk-rs.git", rev = "v0.8.0" } -ndc-test = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.2.3" } +ndc-test = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.2.8" } anyhow = "1" async-trait = "0.1"