From 5e804fe04122575c9994228937b896af34de5991 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2020 07:12:52 +0000 Subject: [PATCH] build(deps): bump wasm-bindgen-test from 0.3.15 to 0.3.17 Bumps [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen) from 0.3.15 to 0.3.17. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/master/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 12 ++++++------ web/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e589e809f..e1a419413 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2141,7 +2141,7 @@ dependencies = [ "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen-futures 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", - "wasm-bindgen-test 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen-test 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", "web-sys 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2664,7 +2664,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "wasm-bindgen-test" -version = "0.3.15" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "console_error_panic_hook 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2672,12 +2672,12 @@ dependencies = [ "scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen-futures 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)", - "wasm-bindgen-test-macro 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen-test-macro 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "wasm-bindgen-test-macro" -version = "0.3.15" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3267,8 +3267,8 @@ dependencies = [ "checksum wasm-bindgen-macro 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)" = "97c57cefa5fa80e2ba15641578b44d36e7a64279bc5ed43c6dbaf329457a2ed2" "checksum wasm-bindgen-macro-support 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)" = "841a6d1c35c6f596ccea1f82504a192a60378f64b3bb0261904ad8f2f5657556" "checksum wasm-bindgen-shared 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)" = "93b162580e34310e5931c4b792560108b10fd14d64915d7fff8ff00180e70092" -"checksum wasm-bindgen-test 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "ab74fdf3a6bc3ae5b47bc1208c8c4eebc8efbd8025dda808d0e4819bfd3d39c4" -"checksum wasm-bindgen-test-macro 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "3a2bf1109ffaa2554e2e7caa1bb301f0496aaf1ecb50f81df5e7291f5cc98f2f" +"checksum wasm-bindgen-test 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "7d92df9d5715606f9e48f85df3b78cb77ae44a2ea9a5f2a785a97bd0066b9300" +"checksum wasm-bindgen-test-macro 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "51611ce8e84cba89379d91fc5074bacc5530f69da1c09a2853d906129d12b3b8" "checksum wayland-client 0.23.6 (registry+https://github.com/rust-lang/crates.io-index)" = "af1080ebe0efabcf12aef2132152f616038f2d7dcbbccf7b2d8c5270fe14bcda" "checksum wayland-commons 0.23.6 (registry+https://github.com/rust-lang/crates.io-index)" = "bb66b0d1a27c39bbce712b6372131c6e25149f03ffb0cd017cf8f7de8d66dbdb" "checksum wayland-protocols 0.23.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6cc286643656742777d55dc8e70d144fa4699e426ca8e9d4ef454f4bf15ffcf9" diff --git a/web/Cargo.toml b/web/Cargo.toml index 1b4bf2b8b..c084c3d63 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -51,4 +51,4 @@ features = [ "Blob", "BlobPropertyBag", "Storage"] [dev-dependencies] -wasm-bindgen-test = "0.3.15" +wasm-bindgen-test = "0.3.17"