Skip to content

Commit

Permalink
chore(deps): Bump ndc-sdk from v0.4.0 to v0.5.0
Browse files Browse the repository at this point in the history
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](hasura/ndc-sdk-rs@665509f...1584077)

---
updated-dependencies:
- dependency-name: ndc-sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent ef2545e commit 3e6d9c6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
28 changes: 23 additions & 5 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3e6d9c6

Please sign in to comment.