From 320ad7d4b37dde5eaf16d5c1ada4ef9a65eda8b9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2019 11:40:10 -0500 Subject: [PATCH] Update bindgen requirement from 0.50.0 to 0.51.0 (#222) Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.50.0...v0.51.0) Signed-off-by: dependabot-preview[bot] --- wasmtime-runtime/Cargo.toml | 2 +- wasmtime-wasi-c/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wasmtime-runtime/Cargo.toml b/wasmtime-runtime/Cargo.toml index 1133fc7e4c..0aea73842c 100644 --- a/wasmtime-runtime/Cargo.toml +++ b/wasmtime-runtime/Cargo.toml @@ -30,7 +30,7 @@ winapi = { version = "0.3.6", features = ["winbase", "memoryapi"] } [build-dependencies] cmake = "0.1.35" -bindgen = "0.50.0" +bindgen = "0.51.0" regex = "1.0.6" [features] diff --git a/wasmtime-wasi-c/Cargo.toml b/wasmtime-wasi-c/Cargo.toml index 6f3575ffb9..b3619d8d59 100644 --- a/wasmtime-wasi-c/Cargo.toml +++ b/wasmtime-wasi-c/Cargo.toml @@ -22,7 +22,7 @@ libc = "0.2.50" [build-dependencies] cmake = "0.1.35" -bindgen = "0.50.0" +bindgen = "0.51.0" [badges] maintenance = { status = "experimental" }