From 2657a516092076db80c666bb8b6e2b3bbbb8b791 Mon Sep 17 00:00:00 2001 From: Gil Mizrahi Date: Tue, 20 Aug 2024 12:16:56 +0300 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 69afcd05f..f7d120e9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,9 +31,9 @@ similar_names = "allow" too_many_lines = "allow" [workspace.dependencies] -ndc-models = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.1.6" } +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-test = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.1.6" } +ndc-test = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.6" } anyhow = "1" async-trait = "0.1"