From e63f677be373b66cc81190982de544a25064fdba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 12:13:29 +0000 Subject: [PATCH] Update gilrs requirement from 0.8.0 to 0.9.0 Updates the requirements on [gilrs](https://gitlab.com/gilrs-project/gilrs) to permit the latest version. - [Release notes](https://gitlab.com/gilrs-project/gilrs/tags) - [Commits](https://gitlab.com/gilrs-project/gilrs/compare/v0.8.0...v0.8.2) --- updated-dependencies: - dependency-name: gilrs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/bevy_gilrs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_gilrs/Cargo.toml b/crates/bevy_gilrs/Cargo.toml index f67ce8794cfdb..450560ec62fd8 100644 --- a/crates/bevy_gilrs/Cargo.toml +++ b/crates/bevy_gilrs/Cargo.toml @@ -16,4 +16,4 @@ bevy_input = { path = "../bevy_input", version = "0.8.0-dev" } bevy_utils = { path = "../bevy_utils", version = "0.8.0-dev" } # other -gilrs = { version = "0.8.0", features = ["wasm-bindgen"] } +gilrs = { version = "0.9.0", features = ["wasm-bindgen"] }