Skip to content

Commit

Permalink
Update the hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-tom committed Feb 15, 2024
1 parent 7cf1695 commit c1c27d6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/configuration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
query-engine-metadata = { path = "../query-engine/metadata" }

ndc-sdk = { git = "https://github.com/hasura/ndc-hub.git", rev = "fc27ac5" }
ndc-sdk = { git = "https://github.com/hasura/ndc-hub.git", rev = "e0e9629" }

schemars = { version = "0.8.16", features = ["smol_str", "preserve_order"] }
serde = "1.0.196"
Expand Down
2 changes: 1 addition & 1 deletion crates/connectors/ndc-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ query-engine-metadata = { path = "../../query-engine/metadata" }
query-engine-sql = { path = "../../query-engine/sql" }
query-engine-translation = { path = "../../query-engine/translation" }

ndc-sdk = { git = "https://github.com/hasura/ndc-hub.git", rev = "fc27ac5" }
ndc-sdk = { git = "https://github.com/hasura/ndc-hub.git", rev = "e0e9629" }

async-trait = "0.1.77"
percent-encoding = "2.3.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/query-engine/translation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"

[dependencies]
ndc-sdk = { git = "https://github.com/hasura/ndc-hub.git", rev = "fc27ac5" }
ndc-sdk = { git = "https://github.com/hasura/ndc-hub.git", rev = "e0e9629" }
query-engine-metadata = { path = "../metadata" }
query-engine-sql = { path = "../sql" }

Expand Down
2 changes: 1 addition & 1 deletion crates/tests/tests-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ path = "src/lib.rs"

[dependencies]
ndc-client = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.15" }
ndc-sdk = { git = "https://github.com/hasura/ndc-hub.git", rev = "fc27ac5" }
ndc-sdk = { git = "https://github.com/hasura/ndc-hub.git", rev = "e0e9629" }
ndc-test = { git = "https://github.com/hasura/ndc-spec.git", tag = "v0.1.0-rc.15" }

ndc-postgres = { path = "../../connectors/ndc-postgres" }
Expand Down

0 comments on commit c1c27d6

Please sign in to comment.