build(deps): bump cbindgen from 0.24.5 to 0.25.0 (#30227)

Bumps [cbindgen](https://github.com/eqrion/cbindgen) from 0.24.5 to 0.25.0.
- [Release notes](https://github.com/eqrion/cbindgen/releases)
- [Changelog](https://github.com/mozilla/cbindgen/blob/master/CHANGES)
- [Commits](https://github.com/eqrion/cbindgen/compare/v0.24.5...v0.25.0)

---
updated-dependencies:
- dependency-name: cbindgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-29 08:53:57 +02:00 committed by GitHub
parent 9a700868a7
commit 04e8a0638c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -697,9 +697,9 @@ dependencies = [
[[package]]
name = "cbindgen"
version = "0.24.5"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b922faaf31122819ec80c4047cc684c6979a087366c069611e33649bf98e18d"
checksum = "faeaa693e5a727975a79211b8f35c0cb09b031fdb6eaa4a788bc6713d01488ca"
dependencies = [
"clap",
"heck",

View file

@ -26,7 +26,7 @@ libc = { workspace = true }
winapi = { workspace = true, features = ["wingdi", "winuser", "winnt", "winbase", "processenv", "namedpipeapi", "ntdef", "minwindef", "handleapi", "debugapi"] }
[build-dependencies]
cbindgen = "0.24"
cbindgen = "0.25"
[features]
debugmozjs = ["simpleservo/debugmozjs"]