mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Bump cbindgen from 0.9.1 to 0.14.1
Bumps [cbindgen](https://github.com/eqrion/cbindgen) from 0.9.1 to 0.14.1. - [Release notes](https://github.com/eqrion/cbindgen/releases) - [Changelog](https://github.com/eqrion/cbindgen/blob/master/CHANGES) - [Commits](https://github.com/eqrion/cbindgen/compare/v0.9.1...v0.14.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
578c0bfe8d
commit
e2b9e0a482
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -547,9 +547,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cbindgen"
|
||||
version = "0.9.1"
|
||||
version = "0.14.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9daec6140ab4dcd38c3dd57e580b59a621172a526ac79f1527af760a55afeafd"
|
||||
checksum = "b15be43e426e5133330fffd63026e178e70ecc74df7a4a844a8ff6e6ffc2fcde"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"log",
|
||||
|
|
|
@ -25,7 +25,7 @@ libc = "0.2"
|
|||
winapi = {version = "0.3", features = ["wingdi", "winuser", "winnt", "winbase", "processenv", "namedpipeapi", "ntdef", "minwindef", "handleapi", "debugapi"]}
|
||||
|
||||
[build-dependencies]
|
||||
cbindgen = "0.9"
|
||||
cbindgen = "0.14"
|
||||
|
||||
[features]
|
||||
debugmozjs = ["simpleservo/debugmozjs"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue