From 6b2f2d724525e448da8d2635eb9d2a79a0301388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:15:25 +0000 Subject: [PATCH] chore(deps): Bump ndc-sdk from v0.4.0 to v0.5.0 Bumps [ndc-sdk](https://github.com/hasura/ndc-sdk-rs) from v0.4.0 to v0.5.0. - [Release notes](https://github.com/hasura/ndc-sdk-rs/releases) - [Changelog](https://github.com/hasura/ndc-sdk-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/hasura/ndc-sdk-rs/compare/665509f7d3b47ce4f014fc23f817a3599ba13933...15840777b3700112a508bb116f1131804e800c13) --- updated-dependencies: - dependency-name: ndc-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 30 ++++++++++++++++++++++++------ Cargo.toml | 2 +- 2 files changed, 25 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c21e0b5e..cdd1c5ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1547,17 +1547,16 @@ dependencies = [ [[package]] name = "ndc-sdk" -version = "0.4.0" -source = "git+https://github.com/hasura/ndc-sdk-rs.git?tag=v0.4.0#665509f7d3b47ce4f014fc23f817a3599ba13933" +version = "0.5.0" +source = "git+https://github.com/hasura/ndc-sdk-rs.git?tag=v0.5.0#15840777b3700112a508bb116f1131804e800c13" dependencies = [ "async-trait", "axum", "axum-extra", - "bytes", "clap", "http", - "mime", "ndc-models", + "ndc-sdk-core", "ndc-test", "opentelemetry", "opentelemetry-http", @@ -1567,7 +1566,6 @@ dependencies = [ "opentelemetry_sdk", "prometheus", "reqwest", - "serde", "serde_json", "thiserror", "tokio", @@ -1578,6 +1576,26 @@ dependencies = [ "url", ] +[[package]] +name = "ndc-sdk-core" +version = "0.5.0" +source = "git+https://github.com/hasura/ndc-sdk-rs.git?tag=v0.5.0#15840777b3700112a508bb116f1131804e800c13" +dependencies = [ + "async-trait", + "axum", + "bytes", + "http", + "mime", + "ndc-models", + "ndc-test", + "prometheus", + "serde", + "serde_json", + "thiserror", + "tokio", + "tracing", +] + [[package]] name = "ndc-test" version = "0.1.6" diff --git a/Cargo.toml b/Cargo.toml index 0adff9d8..7187fb0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ too_many_lines = "allow" [workspace.dependencies] ndc-models = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.6" } -ndc-sdk = { git = "https://github.com/hasura/ndc-sdk-rs.git", tag = "v0.4.0" } +ndc-sdk = { git = "https://github.com/hasura/ndc-sdk-rs.git", tag = "v0.5.0" } ndc-test = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.6" } anyhow = "1"