diff --git a/Cargo.lock b/Cargo.lock index b6d6ccd12..e90822b87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1494,7 +1494,7 @@ dependencies = [ [[package]] name = "ndc-sdk" version = "0.1.0" -source = "git+https://github.com/hasura/ndc-sdk-rs.git?rev=7409334#7409334d2ec2ca1d05fb341e69c9f07af520d8e0" +source = "git+https://github.com/hasura/ndc-sdk-rs.git?rev=7409334d2ec2ca1d05fb341e69c9f07af520d8e0#7409334d2ec2ca1d05fb341e69c9f07af520d8e0" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index 5c1d61930..5302bb342 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,5 +48,5 @@ unused_async = "allow" [workspace.dependencies] ndc-models = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.2" } -ndc-sdk = { git = "https://github.com/hasura/ndc-sdk-rs.git", rev = "7409334" } +ndc-sdk = { git = "https://github.com/hasura/ndc-sdk-rs.git", rev = "7409334d2ec2ca1d05fb341e69c9f07af520d8e0" } ndc-test = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.2" }