Skip to content

Commit 5d2ead5

Browse files
dependabot[bot]lu-zero
authored andcommitted
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](mozilla/cbindgen@v0.27.0...0.28.0) --- updated-dependencies: - dependency-name: cbindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 851aab5 commit 5d2ead5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ semver = "1.0.3"
3434
log = "0.4"
3535
clap = { version = "4.5.18", features = ["color", "derive", "cargo", "string", "wrap_help"] }
3636
regex = "1.5.6"
37-
cbindgen = { version="0.27.0", default-features=false }
37+
cbindgen = { version="0.28.0", default-features=false }
3838
toml = "0.8"
3939
serde = "1.0.123"
4040
serde_derive = "1.0"

0 commit comments

Comments
 (0)