Skip to content

Commit

Permalink
Update cbindgen requirement from 0.27.0 to 0.28.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and lu-zero committed Jan 19, 2025
1 parent 851aab5 commit 5d2ead5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5d2ead5

Please sign in to comment.