From ce40388a7f0337d99ae718b5f85b76c64574c998 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2019 10:07:41 +0000 Subject: [PATCH] Update weedle requirement from 0.9 to 0.10 Updates the requirements on [weedle](https://github.com/rustwasm/weedle) to permit the latest version. - [Release notes](https://github.com/rustwasm/weedle/releases) - [Commits](https://github.com/rustwasm/weedle/compare/0.9.0...0.10.0) Signed-off-by: dependabot-preview[bot] --- crates/webidl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/webidl/Cargo.toml b/crates/webidl/Cargo.toml index 3f53f4a6..2be7b608 100644 --- a/crates/webidl/Cargo.toml +++ b/crates/webidl/Cargo.toml @@ -20,4 +20,4 @@ proc-macro2 = "0.4.8" quote = '0.6' syn = { version = '0.15', features = ['full'] } wasm-bindgen-backend = { version = "=0.2.47", path = "../backend" } -weedle = "0.9" +weedle = "0.10"