Skip to content

Commit

Permalink
build(deps): bump cbindgen from 0.27.0 to 0.28.0 (#367)
Browse files Browse the repository at this point in the history
* build(deps): bump cbindgen from 0.27.0 to 0.28.0

Bumps [cbindgen](https://github.com/mozilla/cbindgen) from 0.27.0 to 0.28.0.
- [Release notes](https://github.com/mozilla/cbindgen/releases)
- [Changelog](https://github.com/mozilla/cbindgen/blob/master/CHANGES)
- [Commits](mozilla/cbindgen@v0.27.0...0.28.0)

---
updated-dependencies:
- dependency-name: cbindgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: version diff template

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthijs Brobbel <[email protected]>
  • Loading branch information
dependabot[bot] and mbrobbel authored Jan 16, 2025
1 parent e68e134 commit d506d98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ doc = false
protoc = ["substrait-validator/protoc"]

[build-dependencies]
cbindgen = "0.27.0"
cbindgen = "0.28.0"

[dependencies]
substrait-validator = { path = "../rs", version = "0.1.3" }
Expand Down
2 changes: 1 addition & 1 deletion ci/version-diff-template
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ index 114b0cc..fc9ce3e 100644
license = "Apache-2.0"

@@ -16,7 +16,7 @@ protoc = ["substrait-validator/protoc"]
cbindgen = "0.27.0"
cbindgen = "0.28.0"

[dependencies]
-substrait-validator = {{ path = "../rs", version = "{frm}" }}
Expand Down

0 comments on commit d506d98

Please sign in to comment.