Skip to content

Commit

Permalink
Update cbindgen requirement from 0.24.3 to 0.25.0
Browse files Browse the repository at this point in the history
Updates the requirements on [cbindgen](https://github.com/eqrion/cbindgen) to permit the latest version.
- [Release notes](https://github.com/eqrion/cbindgen/releases)
- [Changelog](https://github.com/mozilla/cbindgen/blob/master/CHANGES)
- [Commits](mozilla/cbindgen@v0.24.3...v0.25.0)

---
updated-dependencies:
- dependency-name: cbindgen
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 25, 2023
1 parent 7d32520 commit 864553f
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.0.29", features=["color", "derive", "cargo"] }
regex = "1.5.6"
cbindgen = { version="0.24.3", default-features=false }
cbindgen = { version="0.25.0", default-features=false }
toml = "0.7"
serde = "1.0.123"
serde_derive = "1.0"
Expand Down

0 comments on commit 864553f

Please sign in to comment.