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" }