From dc39fee390acb50a3b55ce74199e34aa2cb602cb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2019 15:05:42 +0000 Subject: [PATCH] Update bindgen requirement from 0.49.0 to 0.50.0 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.49.0...v0.50.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 700b21369d..0595d7471d 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.49.0" +bindgen = "0.50.0" regex = "1.0.6" [features] diff --git a/wasmtime-wasi-c/Cargo.toml b/wasmtime-wasi-c/Cargo.toml index cfe14d89b5..dd35986d39 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.49.0" +bindgen = "0.50.0" [badges] maintenance = { status = "experimental" }