From 5d2ead57270712cfac48c43da248ad1cf9ecff8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 21:24:12 +0000 Subject: [PATCH] Update cbindgen requirement from 0.27.0 to 0.28.0 Updates the requirements on [cbindgen](https://github.com/mozilla/cbindgen) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b7e12b5..ad088a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ semver = "1.0.3" log = "0.4" clap = { version = "4.5.18", features = ["color", "derive", "cargo", "string", "wrap_help"] } regex = "1.5.6" -cbindgen = { version="0.27.0", default-features=false } +cbindgen = { version="0.28.0", default-features=false } toml = "0.8" serde = "1.0.123" serde_derive = "1.0"