From d506d98c5feb69d82287468da7da672fcf0e53e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 09:33:26 +0100 Subject: [PATCH] build(deps): bump cbindgen from 0.27.0 to 0.28.0 (#367) * 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](https://github.com/mozilla/cbindgen/compare/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] * fix: version diff template --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthijs Brobbel --- Cargo.lock | 4 ++-- c/Cargo.toml | 2 +- ci/version-diff-template | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0388215c..4b1e32d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,9 +183,9 @@ checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" [[package]] name = "cbindgen" -version = "0.27.0" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb" +checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff" dependencies = [ "clap", "heck 0.4.1", diff --git a/c/Cargo.toml b/c/Cargo.toml index 9652f979..b9fa17ba 100644 --- a/c/Cargo.toml +++ b/c/Cargo.toml @@ -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" } diff --git a/ci/version-diff-template b/ci/version-diff-template index c66fb3c0..2bc7017f 100644 --- a/ci/version-diff-template +++ b/ci/version-diff-template @@ -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}" }}