From fe6d8c160893cb15ca2b36c16b60df37a723c953 Mon Sep 17 00:00:00 2001 From: Gil Mizrahi Date: Tue, 30 Jul 2024 10:56:26 +0300 Subject: [PATCH] Upgrade ndc-sdk-rs to v0.2.2 (#555) ### What https://github.com/hasura/ndc-sdk-rs/releases/tag/v0.2.2 > What's Changed > - listen on all ipv4 and ipv6 interfaces by default --- Cargo.lock | 2 +- Cargo.toml | 2 +- changelog.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6977dc5b..43f29d38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1498,7 +1498,7 @@ dependencies = [ [[package]] name = "ndc-sdk" version = "0.2.1" -source = "git+https://github.com/hasura/ndc-sdk-rs.git?tag=v0.2.1#83a906e8a744ee78d84aeee95f61bf3298a982ea" +source = "git+https://github.com/hasura/ndc-sdk-rs.git?tag=v0.2.2#9120a826037cc16f8261c83663fef63452f4d5c6" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index eeeb7d55..195ae779 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.5" } -ndc-sdk = { git = "https://github.com/hasura/ndc-sdk-rs.git", tag = "v0.2.1" } +ndc-sdk = { git = "https://github.com/hasura/ndc-sdk-rs.git", tag = "v0.2.2" } ndc-test = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.5" } anyhow = "1" diff --git a/changelog.md b/changelog.md index 6a99a00e..b3a281c0 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,9 @@ ### Changed +- Upgrade ndc-sdk-rs to v0.2.2 + [#555](https://github.com/hasura/ndc-postgres/pull/555) + ### Fixed ## [v1.0.1]