From 216c8e996badd26d208baf097f170023ed22421d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 06:55:11 +0000 Subject: [PATCH] fix(deps): update rust crate winit_input_helper to 0.16 (#111) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 17 ++++++++++++++--- crates/rrr_wasm/Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4fc2600..7f445a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3654,6 +3654,16 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "web-time" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + [[package]] name = "webpki-roots" version = "0.25.2" @@ -4177,17 +4187,18 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "web-time", + "web-time 0.2.3", "windows-sys 0.48.0", "xkbcommon-dl", ] [[package]] name = "winit_input_helper" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e9a2781262142b6f19c4af19eb39b5eb402a4e6daf9b5e484b2b2bc5461c8f1" +checksum = "d9ac4cbf1e5535cb289b0aad55e6610665dba6415dcfaf6ba9ee492f7b302204" dependencies = [ + "web-time 1.1.0", "winit 0.29.3", ] diff --git a/crates/rrr_wasm/Cargo.toml b/crates/rrr_wasm/Cargo.toml index 3847903..56f75ca 100644 --- a/crates/rrr_wasm/Cargo.toml +++ b/crates/rrr_wasm/Cargo.toml @@ -38,7 +38,7 @@ wasm-bindgen = "0.2" wasm-bindgen-futures = "0.4" wgpu = { version = "0.18", features = ["webgl"] } winit = "0.28" -winit_input_helper = "0.15" +winit_input_helper = "0.16" [dependencies.web-sys] version = "0.3"